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

What is the best practice for databinding a GridViewSelectColumn

1 Answer 81 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Roger
Top achievements
Rank 1
Roger asked on 08 Jun 2010, 01:07 AM
The samples just drop one in a grid, they don't bind it.

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 08 Jun 2010, 06:02 AM
Hello,

This column is designed to handle selection and is already bound to IsSelected row property - you cannot bind GridViewSelectColumn to something different since it will not be "select" column anymore. You can place regular CheckBox in CellTemplate of GridViewColumn/GridViewDataColumn to achieve your goal.

Greetings,
Vlad
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Roger
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or