-
Notifications
You must be signed in to change notification settings - Fork 52
Grid - Column Reordering not working when using the reorder event #19
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
Comments
The Columns have <Column orderIndex={2} field="CategoryID" />
<Column orderIndex={0} field="CategoryName" />
<Column orderIndex={1} field="Description" /> Will render them in Seems to be missing in the documentation. |
Thx for this suggestion, but for me its still not working as expected. It is the same behavior if we try to set an orderIndex initially. What am i missing? |
I see your point. It is a bug indeed. We will fix the arguments in the Currently you can clear the Here is an live example that should cover your requirements. |
Perfect, this workaround does the trick for now. |
Version 0.6.0 is live. The workaround is not longer required. The update version of the demo using the latest version is here: https://stackblitz.com/edit/kendo-grid-sync |
Guys we are facing similar issue but its with angular and not react. We are trying to set something like |
@sachinjadh If the issue is for the Angular Grid, please submit it in the Kendo Angular repository, so the team can take a look at it: https://github.com/telerik/kendo-angular/issues |
I'm submitting a...
Current behavior
Expected behavior
The column order should not be affected
Minimal reproduction of the problem with instructions
i attached a small sample Site
What is the motivation or use case for changing the behavior?
We need to update state.columns because other Components independent of the kendo grid have to reflect the new order too.
Environment
0.5.0
Browser:
Sample
kendoReactTest.zip
open console and run
npm install
npm run dev
The text was updated successfully, but these errors were encountered: