Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GridView Columns not resizable. #37

Closed
ybarbaria opened this issue Jul 12, 2016 · 1 comment
Closed

GridView Columns not resizable. #37

ybarbaria opened this issue Jul 12, 2016 · 1 comment
Assignees

Comments

@ybarbaria
Copy link

ybarbaria commented Jul 12, 2016

Hello,

I try to resize my grid columns but can't.

You can see my configuration :

<dx-data-grid style="height: auto; width: 90%"
                              [columns]='tbDataColumns'
                              [dataSource]='dataTransacExtrem'
                              [paging]='{
                                    pageSize: 10
                                    }'
                              [pager]='{
                                    showNavigationButtons: true
                                    }'
                              [editing]='{
                                    mode: "batch",
                                    allowUpdating: true,
                                    allowAdding: true,
                                    allowDeleting: true
                                    }'
                              [cacheEnabled]="true"
                              [allowColumnReordering]="true"
                              [filterRow]="{
                                    visible: true
                              }"
                              [export]="{
                                    enabled: true,
                                    fileName: 'Employees',
                                    allowExportSelectedData: true
                              }"
                              [allowColumnResizing]="true"
                              [searchPanel]='{
                                    visible: true,
                                    width: 240,
                                    placeholder: "Search..."
                              }'>

                </dx-data-grid>

And the result in my web app :
columnsnotresizable

When I try to resize columns with mouse I can't, the columns doesn't resize.

Any solutions ?

Thx

YB

@Aden-git Aden-git self-assigned this Jul 13, 2016
@Aden-git
Copy link
Contributor

Aden-git commented Jul 13, 2016

Hello
 
This issue is related to question #32. Add the display: block; style, and the issue will be resolved.
If it does not help, please let us know.

marcwittke pushed a commit to marcwittke/devextreme-angular that referenced this issue Jan 28, 2022
* Add logout

* Add image and remove login

* Revert "Add image and remove login"

This reverts commit b2816bd4fecedff7cec2dcdc70c81e8e382778ba.

* Revert login form

* Create user-panel component

* Refactoring

* Refactoring

* Add constant for text color

* Refactoring
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants