Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
482
Ultrawebgrid - Resizing and Reordering Columns
posted
I am using Infragistics 7.1 on .Net 2.0. In a ultrawebgrid I need to persist the resizing and reordering of columns once the user changes for that particular session. Right now it changes back to whatever is set in aspx as soon as there is a postback. Is there a way to achieve this? Please help me - client requires this functionality by friday. Thanks, Shalini.
Parents
No Data
Reply
  • 28464
    posted

    Hello,

    Thanks for writing. Column state (sort, order, groupby) is not supported out of the box in the Presets helper methods. So you will need some custom code for that. Luckily, we have a great community here in the Infragistics forums and a few people have come with great ideas

    So you can check out this post for high level ideas:

    http://forums.infragistics.com/forums/p/3510/18508.aspx

    And this post for detailed discussion and sample code how to save / restore ALL colunm related interaction:

    http://forums.infragistics.com/forums/p/9885/45543.asp

    HTH,
Children
No Data