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
440
XamGrid Multiple Row Selection with GroupColumns
posted

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.

XamGridHorizontalScrolling.zip
Parents
  • 12875
    posted

    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.

Reply Children