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

GridViewCheckBoxColumn Event Issue

1 Answer 86 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Nouman
Top achievements
Rank 1
Nouman asked on 11 Apr 2012, 06:51 AM
box column 'GridViewCheckBoxColumn' as shown below:

<

 

 

telerik:GridViewCheckBoxColumn MinWidth="60" Width=".5*" IsReadOnly="False" Header="Select" DataMemberBinding="{Binding CHARGEWAIVEDIND, UpdateSourceTrigger=PropertyChanged}" IsFilterable="False" />

The problem I am facing at the moment is that I'm unable to find the triggering event when user changes the value of the checkbox. Currently I am using GridView's CellEditEnded event which is not suitable for this as this event triggers only when user moves the cursor away from the checkbox column. Kindly help me out.

 

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 11 Apr 2012, 08:07 AM
Hello,

 Please check this forum thread for a reference.

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
GridView
Asked by
Nouman
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Share this question
or