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

GridViewSelectColumn

1 Answer 488 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Rudi Antonio
Top achievements
Rank 1
Rudi Antonio asked on 23 Aug 2016, 06:05 PM
Hello as I can make the RadGridView the Control GridViewSelectColumn cheked dependiento a value that is if the value variable equals or "client" appears appears that the checkbox selected

1 Answer, 1 is accepted

Sort by
0
Stefan
Telerik team
answered on 26 Aug 2016, 10:57 AM
Hi Rudi,

As stated in the Select Column topic, GridViewSelectColumn is not meant to be bound. Since it is internally bound to the IsSelected property of GridViewRow, you can achieve the desired result by setting the SelectedItem property of RadGridView. If your requirement is to have multiple or extended selection, you can add the needed items to the SelectedItems collection of RadGridView. With both approaches, the checkbox of GridViewSelectColumn will be automatically checked. Please take a look at the Programmatic Selection article for further reference.

Hope this helps.

Regards,
Stefan X1
Telerik by Progress
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.
Tags
GridView
Asked by
Rudi Antonio
Top achievements
Rank 1
Answers by
Stefan
Telerik team
Share this question
or