You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if it's a silly question, but I want to use both columnHeaderDragStart and columnHeaderDragEnd events, and I don't know how can I use it.
My idea is identify a certain column and disable the column reorder of the Xgrid. I have certain columns that I want to allow reorder and others that I don't. If there is another way of do it without using columnHeaderDragStart and columnHeaderDragEnd I appreciate as well.
The text was updated successfully, but these errors were encountered:
The ability to disable reordering of a specific column is being implemented in #2085. About how to use events, you can check this page: https://material-ui.com/components/data-grid/events. However, there's no way to disable column reordering using events. I'll close this issue and you can follow the PR to know when it gets released
If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
Sorry if it's a silly question, but I want to use both columnHeaderDragStart and columnHeaderDragEnd events, and I don't know how can I use it.
My idea is identify a certain column and disable the column reorder of the Xgrid. I have certain columns that I want to allow reorder and others that I don't. If there is another way of do it without using columnHeaderDragStart and columnHeaderDragEnd I appreciate as well.
The text was updated successfully, but these errors were encountered: