Hi Guys,
I'm exploring the kendo grid persisting of state feature, whereby on a user column re-ordering i would save state and re-load it on next page load, so that basically a user can choose to customize the order of columns.
All fine and dandy till here, except the grid has cell javascript template defined as kendo javascript blocks, and when calling setOptions method the grid state is loaded but the cell templates are not applied.
Tried a few options but could not make this thing work out of the box. Would like to know if this is a known limitation or bug??
* Here is sample code of what im trying to acomplish http://dojo.telerik.com/ifoWA/5
Cheers!