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

Checkbox states

1 Answer 124 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Yury
Top achievements
Rank 1
Yury asked on 08 Apr 2013, 09:10 AM
Hello, Telerik team!
I'm stumbled into some little UI inconveniences using RadGridView.
I use checkbox column bound to IsSelected property of my Model.
Item source of RadGRidView is of ObservableCollection<Model> class:

<controls3:RadGridView x:Name="Sports" ShowGroupPanel="False" ItemsSource="{Binding AllSports}"
    AutoGenerateColumns="False" RowIndicatorVisibility="Collapsed" CanUserSelect="False" ScrollViewer.HorizontalScrollBarVisibility="Disabled">
    <controls3:RadGridView.Columns>
        <controls3:GridViewCheckBoxColumn DataMemberBinding="{Binding IsSelected}" Header="Chosen" ForceCursor="True" IsThreeState="False" />
        <controls3:GridViewDataColumn Width="239" DataMemberBinding="{Binding name}" Header="Name"/>
    </controls3:RadGridView.Columns>
</controls3:RadGridView>
when I want to check the checkbox, it takes three clicks to make it checked: first accordin row is selected, second click select a cell, and only on third click the box is checked.
I understand that it should be a lame problem, but nevertheless,  it would be very kinf of you if you help me!

1 Answer, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 08 Apr 2013, 09:14 AM
Hello,

I would recommend you to check our online documentation where a solution for this situation was already suggested.

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

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