This question is locked. New answers and comments are not allowed.
Hello,
I am using the telerik Q2 2012 (2012.2.607.1050) release and tried to style the HeaderCheckBox of GridViewSelectColumn but it is not working. The CheckBoxStyle is working though. Is this a known issue?
Below is my sample code and attach is the screenshot.
-Sherwin
I am using the telerik Q2 2012 (2012.2.607.1050) release and tried to style the HeaderCheckBox of GridViewSelectColumn but it is not working. The CheckBoxStyle is working though. Is this a known issue?
Below is my sample code and attach is the screenshot.
-Sherwin
<telerik:RadGridView x:Name="MyGrid2" SelectionMode="Multiple">
<telerik:RadGridView.Columns>
<telerik:GridViewSelectColumn HeaderCheckBoxStyle="{StaticResource DefaultCheckBoxStyle}" CheckBoxStyle="{StaticResource DefaultCheckBoxStyle}" />
<telerik:GridViewBoundColumnBase DataMemberBinding="{Binding Code}"/>
<telerik:GridViewBoundColumnBase DataMemberBinding="{Binding Desc}"/>
</telerik:RadGridView.Columns>
</telerik:RadGridView>