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

[Solved] Issue with "GridViewSelectColumn"

1 Answer 80 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.
Mahesh Chavan
Top achievements
Rank 1
Mahesh Chavan asked on 12 Jan 2010, 07:23 AM
Hi ,

I am using GridViewSelectColumn, But not able to bind, one of the binadable object's property to the selectColumn.

Please find below my code

 <telerik:GridViewSelectColumn UniqueName="Selected" Width="Auto">
</telerik:GridViewSelectColumn>

"Selected" is one of the object property which i have binded to the GridView.

and i want to select only those check boxes checked which row value Selected is true.

But it is not working......  it always show me unchecked all the items from gridview.

Can you please help me out to solve this problem?

Thanks,
Mahesh

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 12 Jan 2010, 07:47 AM
Hi Mahesh,

GridViewSelectColumn is bound internally to IsSelected row property and will handle row selection. In your case you can use normal GridViewDataColumn with CheckBox in CellTemplate.

Regards,
Vlad
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
Mahesh Chavan
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or