Hello,
I am unable to change the GroupPanel style through WPF resource dictionary :
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
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