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
525
Row selection is lost when hiding/unhiding columns using Column Chooser.
posted

Hello,

When I hide or show some columns in Ignite Grid using Column Chooser dialog, the row selection is lost. i.e; if there is a selected row and I hide or show some column using column chooser, then the row is no more selected.

How can I force the row selection not to be lost?

Regards,

Arfan Baig

Parents
  • 23953
    Offline posted

    Hello Arfan,

    Yes I can reproduce this issue. I have to consult my colleagues whether it is by design.

    For now the solution is to save the selection on columnHiding/columnShowing events and re-apply it manually after the grid is re-rendered.

    Attached you can find a complete sample of the proposed solution.

     

    Hope this helps,
    Martin Pavlov
    Infragistics, Inc.

    igGridHiding_Selection.zip
Reply Children
No Data