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

How to trigger the event when CheckBox in GridViewSelectColumn is Checked

1 Answer 183 Views
GridView
This is a migrated thread and some comments may be shown as answers.
kj
Top achievements
Rank 1
kj asked on 28 Jul 2010, 05:02 PM
Hi,

I want to do something on GridViewRow if the CheckBox of that Row is Checked. How to trigger the event when CheckBox in GridViewSelectColumn is checked?  I have to use GridViewSelectColumn cause my app need to support multiple Checked.
Could you give me some suggestion? Thanks!
 

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 28 Jul 2010, 05:10 PM
Hi kj,

GridViewSelectColumn is bound to the property of the GridViewRow - IsSelected. Thus depending on your scenario, you may work with it in order to implement your custom logic. However, if this does not correspond to your requirements, please provide us with more details, so that you could suggest you an appropriate solution.
 

All the best,
Maya
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
kj
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or