Hi, I need to have the ability to select multiple rows in my app. I've set the cellclickaction to select row, and the row selection option to SelectionType.Multiple. This works just fine on normal columns, but does NOT work on columns under group columns. Is there anything I can do to enable multiple row selection from GroupColumns?
I've attached a sample where you can verify the issue. If you try to start selecting a group of rows from a group column, it doesn't highlight more than one row, whereas starting the selection from a column not under a group column works as expected.
Hi,
I am running your sample but not seeing the behavior you described. I can click on a cell in or not within a GroupColumn collection and see the row selected.
I was able to use SHIFT+Click for multiple, continuous selections or CTRL+Click to multiple, non-contiguous selection. I isolated the cells that I selected to exclusively within the GroupColumn or exclusively outside of the GroupColumn. I also mixed the selection and saw no difference. Please let me know if I am not following the steps you took to produce this behavior.
What version of 12.1 are you using? I can retest with that version.
I'm using version 12.1.20121.1010. It sounds like you're reproducing the steps faithfully, my problem is that shift+clicking starting from a cell under a groupcolumn isn't selecting multple rows. Hopefully the problem was fixed in the version you tested with. Thanks for your help.