Declined
Last Updated: 20 Nov 2014 18:31 by ADMIN
Imported User
Created on: 15 May 2012 18:37
Category: Kendo UI for jQuery
Type: Feature Request
2
Export / import grid settings
Add a new feature to easily export/import current grid settings, such as the column size, page index, page size, column index, etc. This is useful for saving/restoring individual user's custom grid.

This can be added to other databound widgets, too, such as the ListView.

Based on this thread that I created: http://www.kendoui.com/forums/ui/grid/save-load-grid-settings.aspx
2 comments
Tony
Posted on: 21 Nov 2012 20:10
I don't think it is easy.  Particularly if your grid supports filtering/sorting/reorder/grouping.  reorder happens on the client side and call to the server does not provide that information.  In addition, if you're using razor/asp.net, it does not provide all the needed api to restore that information into the grid.
ADMIN
Brandon
Posted on: 18 May 2012 19:07
Hi HH, as Nikolay stated on the forum thread, you can perform this export/import quite easily yourself. Hopefully that works to your satisfaction.