This question is locked. New answers and comments are not allowed.
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.