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

Do not check/uncheck GridViewCheckBoxColumn when tabbing into the a checkbox column

2 Answers 85 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Yaroslav
Top achievements
Rank 1
Yaroslav asked on 02 Jun 2011, 01:11 PM
To check/uncheck GridViewCheckBoxColumn in one click I use EditTriggers="CellClick" and AutoSelectOnEdit="True"
<telerik:GridViewCheckBoxColumn Header="To Send"
          DataMemberBinding="{Binding ToEmail, Mode=TwoWay}"
          EditTriggers="CellClick" AutoSelectOnEdit="True" />
Tabbing (using Tab button) into the checkbox cell changes value. It should not. Is it possible to do?

2 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 02 Jun 2011, 01:40 PM
Hi Yaroslav,

We have introduced some changes in our Latest Internal Build considering the scenario you described. Please give it a try and let us know whether it corresponds to your requirements.

Regards,
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
0
Yaroslav
Top achievements
Rank 1
answered on 03 Jun 2011, 05:56 PM
Thank you for your advice. We will try new build a bit later.
Tags
GridView
Asked by
Yaroslav
Top achievements
Rank 1
Answers by
Maya
Telerik team
Yaroslav
Top achievements
Rank 1
Share this question
or