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

HeaderCheckBoxStyle is not working in GridViewSelectColumn

3 Answers 115 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Sherwin
Top achievements
Rank 1
Sherwin asked on 21 Jun 2012, 08:42 PM
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

 

 

<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>

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 22 Jun 2012, 06:40 AM
Hello Sherwin,

 A problem related to using the HeaderCheckBoxStyle was recently resolved. Would you please let me know how it works using the binaries from the Latest Internal Build?

All the best,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Sherwin
Top achievements
Rank 1
answered on 22 Jun 2012, 12:48 PM
Hello,

I was using the latest official build for Telerik Q2 2012 (2012.2.607.1050). Anyway, I saw that this issue has been addressed in the latest internal build dev hotfix. Do you know when will this dev hotfix build be offcially released?

-Sherwin
0
Dimitrina
Telerik team
answered on 22 Jun 2012, 12:57 PM
Hello Sherwin,

 The next official version (Q2 2012 Service Pack) is scheduled for the 24th of July.

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

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