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

[Solved] Can't see RadGridView Template

1 Answer 100 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Débora Setton
Top achievements
Rank 1
Débora Setton asked on 09 Feb 2010, 04:00 PM
Hello,

I would like to change the RadGridView template to insert a row above the ColumnHeader row, in order to do something similar to what was done in this thread: http://www.telerik.com/community/forums/wpf/gridview/merging-of-header-in-radgridview.aspx
but I would like to do it in XAML rather than programatically, because mine is a fixed-size grid and I don't need all the complexity of the solution above.

Anyway, my problem is that I was following the steps of a tutorial I found (http://www.telerik.com/help/silverlight/gridview-templating-radgridview.html), but after I click Edit Template -> Edit a Copy (right in the beginning of the tutorial), a single line is created inside the Resources of my UserControl:

<UserControl.Resources>      
        <ControlTemplate x:Key="RadGridViewControlTemplate1" TargetType="telerikGridView:RadGridView"/>      
</UserControl.Resources> 

And then I can't follow the tutorial anymore (there is nothing in Blend's 'States' pane, for example, nor in the 'Objects and Timeline' pane). 
What is wrong here? Wasn't I supposed to see a more complete template?..

Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Kalin Milanov
Telerik team
answered on 15 Feb 2010, 09:54 AM
Hello Débora Setton,

Please find attached a sample which contains the template of RadGridView so you can proceed as you like.

On a side note - when trying to get templates and styles from Blend I suggest you use the menu to do so.
In this case just go Object > Edit Style > Edit a Copy ...

I hope this helps.

Regards,
Kalin Milanov
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
GridView
Asked by
Débora Setton
Top achievements
Rank 1
Answers by
Kalin Milanov
Telerik team
Share this question
or