Hi all,
I'm a beginner in wpf and i have a question. My checkbox inside my GridViewCheckBoxColumn looks strange. it looks like a square filled or not instead of a check. How can i change this ?
to look like this
Here is the xaml code of my column
<telerik:GridViewCheckBoxColumn DataMemberBinding="{Binding SelectedProgram}"
Header="Selection" Background="White"
MinWidth="150" Tag="{windows:NameOf SelectedProgram, Type={x:Type local:AxisToCondition}}" IsReadOnly="False"
AutoSelectOnEdit="True" EditTriggers="CellClick">
</telerik:GridViewCheckBoxColumn>
Is this simple to do ?
Thanks in advance and have a good day !