We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 :
When I try to resize columns with mouse I can't, the columns doesn't resize.
Any solutions ?
Thx
YB
The text was updated successfully, but these errors were encountered:
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.
display: block;
Sorry, something went wrong.
Add user panel (DevExpress#37)
27d48ed
* 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
Aden-git
No branches or pull requests
Hello,
I try to resize my grid columns but can't.
You can see my configuration :
And the result in my web app :
When I try to resize columns with mouse I can't, the columns doesn't resize.
Any solutions ?
Thx
YB
The text was updated successfully, but these errors were encountered: