This question is locked. New answers and comments are not allowed.
Hello,
I've used the new GridViewSelectColumn element and have problems in conjunction with grouping.
The select column is my first column in the grid.
I have a simply grid without any grouping, I can click somewhere on a grid row and the row is selected. (By the way it's astonishing that when I click directly on the checkbox the row isn't selected. I have to click somewhere else in the row).
When I check the number of selected rows with the SelectedItems - property I receive the number of selected rows as exptected.
So far so good. But when I use grouping and drag a column in the group area, the behaviour is rather different. I have to click the check box exactly when I want to select the row. And when I click somewhere else in the row nothing happens. So the behaviour is completely opposite to the behaviour without grouping.
Is it intended to have a different behaviour between "normal" rows and rows within a group?
My biggest problem however is, that the SelectedItems - property is always 0 when the rows are grouped although the rows are shown as selected.
Hope you can help with this issue
Thanks in advance
Uwe
I've used the new GridViewSelectColumn element and have problems in conjunction with grouping.
The select column is my first column in the grid.
I have a simply grid without any grouping, I can click somewhere on a grid row and the row is selected. (By the way it's astonishing that when I click directly on the checkbox the row isn't selected. I have to click somewhere else in the row).
When I check the number of selected rows with the SelectedItems - property I receive the number of selected rows as exptected.
So far so good. But when I use grouping and drag a column in the group area, the behaviour is rather different. I have to click the check box exactly when I want to select the row. And when I click somewhere else in the row nothing happens. So the behaviour is completely opposite to the behaviour without grouping.
Is it intended to have a different behaviour between "normal" rows and rows within a group?
My biggest problem however is, that the SelectedItems - property is always 0 when the rows are grouped although the rows are shown as selected.
Hope you can help with this issue
Thanks in advance
Uwe