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
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 PavlovInfragistics, Inc.
Hello Martin,
Thanks for the update.
However, I also had done something similar to maintain the selection. But, I am more interested to see it as a Grid's feature.