Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
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