I have bound a Telerik RadGridView properly with the first column being a bound checkbox:
<telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding Selected, Mode=TwoWay}"
Header="Generate" Width="95" IsReadOnly="False"/>
I can click and change the checkbox state no problem. The problem is that checking the checkbox is not intuitive. In order for a user to click a checkbox, they have to first click the checkbox cell, click again to activate, and then click again to check the check box. Three individual clicks to check the checkbox.
Is there a better or native way to make this seamless? I want the user to be able to click a checkbox and immidiately see it checked regardless if the row/cell is already selected. I want the user to be able to do a check in one click.
Infragistics controls could do this years ago.
Could someone please explain how to get more intuitive check box behaviour in the Telerik RadGridView for Silverlight?