I'm having quite a hard time getting the styling done, it seems like I'm experimenting rather than designing. I tried using blend but go absolutely nowhere, now I am writing the styling in xaml. To override the styling I am using following code:
my current result looks like this:
http://dl.dropbox.com/u/11491365/gridviewWhite2.JPG
following problems:
1. I dont know how to adjust the style for the rectangle at the top-left
2. How do I change the gray padding around the hierarchical element
3. I applied the theme Vista application wide, but it is only being applied to the radgridview in the lower hierarchy, thats why i am setting the Theme on the control itself again
4. Is there a better approach to this?
5. What on earth is that dark line between JobID and Auflage (you can drag it around for reasons unknown to me. has a gradient on it)
RowStyle="{DynamicResource TopGridRow}"AlternateRowStyle="{DynamicResource TopGridAlternateRow}"HeaderRowStyle="{DynamicResource TopGridHeaderRow}"VerticalGridLinesBrush="{DynamicResource TopGridVerticalBrush}"HorizontalGridLinesBrush="{DynamicResource TopGridHorizontalBrush}"telerik:Theming.Theme="Vista"my current result looks like this:
http://dl.dropbox.com/u/11491365/gridviewWhite2.JPG
following problems:
1. I dont know how to adjust the style for the rectangle at the top-left
2. How do I change the gray padding around the hierarchical element
3. I applied the theme Vista application wide, but it is only being applied to the radgridview in the lower hierarchy, thats why i am setting the Theme on the control itself again
4. Is there a better approach to this?
5. What on earth is that dark line between JobID and Auflage (you can drag it around for reasons unknown to me. has a gradient on it)