I followed the instructions here http://www.telerik.com/help/wpf/radgridview-styles-and-templates-styling-radgridview.html but when I try to edit the style or template all I get is options for "empty" ones... I can't get it to let me use the existing styles as a base.
Any suggestions?
Thanks!
3 Answers, 1 is accepted
0
Vanya Pavlova
Telerik team
answered on 19 Apr 2011, 08:22 PM
Hello Ken,
We do have some issues related to the Blend support for RadGridView/WPF. I will recommend you to use the following approach:
1.Find in Assets library a single GridViewCell. 2.Drag it onto the Artboard, right click on it and choose the option Edit Template -> Edit a copy.
You may use the same approach for any other GridView part.
Please excuse us for any inconvenience caused.
Kind regards,
Vanya Pavlova
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
Hi! Thanks for your quick response, that helped but what I am trying to do is remove the spacing between rows in a grid. I have gone into the templates and removed all the margins and paddings I could find and it's made little difference - I know the style is getting applied cause I changes the back ground to blue and that shows up, also clearing out everything made a small difference but not enough, my company really wants to close the distance between rows in a grid...
Any suggestions?
Thanks!
0
Vanya Pavlova
Telerik team
answered on 19 Apr 2011, 10:02 PM
Hi Ken,
Since you have restricted the Margin/Padding properties of a GridViewCell, why not just set the RowHeight property of RadGridView to an appropriate for your custom needs value?
Greetings,
Vanya Pavlova
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