I am looking at the example that talks about how to save grid state on the server: Saving grid settings on a per user basis. This works fine except the column positions are not saved. I've enabled the resizing options in the grid..
<
Resizing ResizeGridOnColumnResize="true" AllowColumnResize="true"/>
This causes resize to occur on the client but unless I post back the col positions are not saved. Because my column view state is disabled, I am performing server order changes on the server. Is there something similar for column resize? How can I force a post back to so that the column sizes are stored when changed?
Thanks,