4 Answers, 1 is accepted
Hello Khalid,
Could you please give us more information about the Grid behavior you want to achieve?
Let me know if you have any other questions.
Regards,
Ina
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
Hi,
Thanks for your response, We want to save (sorting, hidden columns, order of column, locked column, group by), so that whenever a user visits to our app he should see the screen as he like to see.
If possible screen layout as well, should be saved/loaded.
For example a screen has four grids, Different user may be interested in different grid so we want to give them ability to hide unwanted grid and want to save this(preference info.) in local machine or some where else, so that when he come back to the same screen he should see his preferred layout.
Hello Khalid,
Thank you for the additional information.
Such user preferences are not something that could be handled by a component.
For achieving such behavior we can suggest saving each user's settings to a server or using the `localStorage`.
For more information about the `localStorage` functionality you can check the following article:
https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage
Hope that was helpful.
Regards,
Ina
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Thanks a lot.