Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support
Resources
Free Assets and Tools
Design and Productivity Tools
Hiii,
I'm using kendo react grid and what i need is if i reorder any column it should save somewhere(hopefully database) and persist on page reload.
Is it possible???
Hello, Jiyo,
This is possible using the onColumnReorder event, as we add an orderIndex field to the column collection which represents the new structure:https://www.telerik.com/kendo-react-ui/components/grid/api/GridProps/#toc-oncolumnreorderThen this column configuration can be saved in the state or in the database.
Please check the following GitHub item that has more details and example on this matter:https://github.com/telerik/kendo-react/issues/19
I hope this is helpful.
Regards, Stefan Progress Telerik