This is a migrated thread and some comments may be shown as answers.

[Solved] issue with GridViewSelectColumn

1 Answer 114 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
uku
Top achievements
Rank 1
uku asked on 29 Oct 2009, 08:46 AM
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

1 Answer, 1 is accepted

Sort by
0
Milan
Telerik team
answered on 29 Oct 2009, 10:25 AM

Hello uku,

The behavior should be same in all scenarios (grouped or flat). Could you send us a sample application that will help s to reproduce the problem? So far we were unable to reproduce the problems that you have described. I have attached a sample application which demonstrates the use of GridViewSelectSolumn and it seems it is working correctly.

Regards,
Milan
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
uku
Top achievements
Rank 1
Answers by
Milan
Telerik team
Share this question
or