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

RadGridView Header Properties

1 Answer 96 Views
GridView
This is a migrated thread and some comments may be shown as answers.
David
Top achievements
Rank 1
David asked on 20 Oct 2008, 12:13 PM
Hi,

Thanks for giving answers.

 1).  By your code iam able to change the headerstyles perfectly to Parent but,
        I need to change at a single time for child also.I  may use single or double 
       RadGridView.

2). How to change the Scrollbar color.

3). Which you have given steps to Ticket , There are few options are iam unable
      to find.
4) I want to hide GroupPanel for child and Display for Parent.

Plz help me........As soon as.

1 Answer, 1 is accepted

Sort by
0
Atanas
Telerik team
answered on 21 Oct 2008, 04:14 PM
Hello David,

1) As far as I understand you want a different style for GridViewHeaderow in your parent and childs grid. Did you start my sample project and does it work properly. This is the xaml code that directly affects the GridViewHeaderRow style in child grids:

<Style TargetType="{x:Type telerik:GridViewHeaderRow}">  
                                                    <Setter Property="FontSize" Value="15"/>  
                                                </Style>  


Are you using the same piece of xaml in your project or you are replacting it with your own style?





2) Template of the ScrollBar control is big enough and has a lot of colors, which color you want to change?

3) I am sending you the steps again:

    - log in your client profile;
    - from the menu to the left, click "My Support Tickets";
    - on the new page, click "Submit a support ticket" at the bottom;
    - from the list on the new page, click "RadControls for WPF" from the "Product" column;
    - find the row that begins with "RadGridView for WPF" and click "New Support Ticket" in that row;


4) Using our pre-released build assemblies this issue is quite easy to be solved, but I can not make them available in a public forum, please open a support ticket and I will send you a sample project.

Regards,
Atanas
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
GridView
Asked by
David
Top achievements
Rank 1
Answers by
Atanas
Telerik team
Share this question
or