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

GridView GroupPanel Change Style

2 Answers 102 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Oran
Top achievements
Rank 1
Oran asked on 05 Jan 2011, 02:35 PM
Hello,

I am unable to change the GroupPanel style through WPF resource dictionary :

<Style TargetType="{x:Type telerik:GridViewGroupPanel}">
        <Setter Property="BorderThickness" Value="5"/>
</Style>

I have already used ms Blend to edit a copy of the whole GridView template into my dicitionary. When i tried to 'Edit A Copy' on the GridViewGroupPanel, the only option available is 'Create Empty'. Anyhow, GroupPanel stays 'UnTouchable'.

How can i control the visualiztion of group panel?

Thanks,
Oran

2 Answers, 1 is accepted

Sort by
0
Accepted
Vanya Pavlova
Telerik team
answered on 05 Jan 2011, 05:00 PM
Hello Oran,

Unfortunately we are aware of such an issue and the only one option to change GridViewGroupPanel style is by editing the template of RadGridView, please find attached a sample project that demonstrates this approach. You can check its progress in our PITS system, following this link.

Please accept my apology for any inconvenience caused.

Best wishes,
Vanya Pavlova
the Telerik team

Browse the videos here>> to help you get started with RadControls for WPF
0
Oran
Top achievements
Rank 1
answered on 05 Jan 2011, 05:08 PM
Thank you. This is perfectly fine!

Oran
Tags
GridView
Asked by
Oran
Top achievements
Rank 1
Answers by
Vanya Pavlova
Telerik team
Oran
Top achievements
Rank 1
Share this question
or