I am using the code from http://demos.telerik.com/aspnet-ajax/grid/examples/programming/savinggridsettingsonperuserbasis/defaultcs.aspx in my code. I have been successful in saving and loading grid settings except for OrderIndex. I can see it save and load in the functioncalls then do a rebind but the column order is not appearing as saved. Here is the weird thing. If I step through it in debug it works fine. if I take out the break points it does not work. It is as if it needed time to load befor it rebinds. Any helpful hints?