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
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.
Hi HH, as Nikolay stated on the forum thread, you can perform this export/import quite easily yourself. Hopefully that works to your satisfaction.