Hi,
I have created a rad grid for my application. It was working fine with persistence until i added an another column in the grid.
Suppose i have 3 columns , 1,2,3 i added the 4th column in between 2 and 3. When it loads the grid without persisting it loads in the correct format but after it starts persisting it would change the order of columns to 1,2,3,4 but it is supposed to be 1,2,4,3. I couldn't find out why it is working like that.
I used this example for persisting http://www.telerik.com/help/aspnet-ajax/grid-saving-settings-on-per-user-basis.html
Any help is appreciated.
Thanks,
Nimmy.
I have created a rad grid for my application. It was working fine with persistence until i added an another column in the grid.
Suppose i have 3 columns , 1,2,3 i added the 4th column in between 2 and 3. When it loads the grid without persisting it loads in the correct format but after it starts persisting it would change the order of columns to 1,2,3,4 but it is supposed to be 1,2,4,3. I couldn't find out why it is working like that.
I used this example for persisting http://www.telerik.com/help/aspnet-ajax/grid-saving-settings-on-per-user-basis.html
Any help is appreciated.
Thanks,
Nimmy.