Hello telerik,
i am using within a RadGridView in Win8Touch Theme a GridViewCheckBoxColumn with Binding to a Boolean.
Technically everything works fine.
But there seems to be a design bug.
If a checkbox has the focus, the design of the checkbox is displayed properly. If it doesn't have the focus, the checkbox seems to be cut off.
Here a simplified code snippet
<
telerik:RadGridView
HorizontalAlignment
=
"Stretch"
VerticalAlignment
=
"Stretch"
ItemsSource
=
"{Binding Path=UserRights.UserRights}"
telerik:StyleManager.Theme
=
"Windows8Touch"
ShowGroupPanel
=
"False"
AutoGenerateColumns
=
"False"
>
<
telerik:RadGridView.Columns
>
<
telerik:GridViewCheckBoxColumn
DataMemberBinding
=
"{Binding IsRightGranted}"
IsReadOnly
=
"False"
Width
=
"60"
UniqueName
=
"Right.IsGranted"
IsFilterable
=
"False"
AutoSelectOnEdit
=
"True"
EditTriggers
=
"CellClick"
/>
</
telerik:RadGridView.Columns
>
</
telerik:RadGridView
>
I have also attached a screenshot displaying this style problem.
Thank you for your help.
Mike