This question is locked. New answers and comments are not allowed.
Are there any available blog posts or templates available to achieve this:
I've tried to edit the templates in Blend, but its really not a strong skill of mine, so I'm hoping the work might already have been done by example.
Mostly, I need to get rid fo the Indent Presenter, in the grid row, and give the Gtoup Row Style a less bulky appearance.
http://demos1x.telerik.com/aspnet/Grid/Examples/GroupBy/OutlookStyle/DefaultCS.aspx
With the silverlight RadGridView?I've tried to edit the templates in Blend, but its really not a strong skill of mine, so I'm hoping the work might already have been done by example.
Mostly, I need to get rid fo the Indent Presenter, in the grid row, and give the Gtoup Row Style a less bulky appearance.
4 Answers, 1 is accepted
0
Accepted
Hello Kathleen,
The template structure of RadGridView is flexible and you can achieve exactly the same appearance.
However it is essentially to know how this template structure is organized and incorporated in RadGridView and way I would want to suggest you to review this topic "Templates Structure" as part of our online documentation. In addition to this you may find attached sample project that demonstrates how to remove the default presenter from GridViewRow and how to modify the GridViewGroupRow's appearance.
I will be glad if I can assist you further.
Kind regards,
Vanya Pavlova
the Telerik team
The template structure of RadGridView is flexible and you can achieve exactly the same appearance.
However it is essentially to know how this template structure is organized and incorporated in RadGridView and way I would want to suggest you to review this topic "Templates Structure" as part of our online documentation. In addition to this you may find attached sample project that demonstrates how to remove the default presenter from GridViewRow and how to modify the GridViewGroupRow's appearance.
I will be glad if I can assist you further.
Kind regards,
Vanya Pavlova
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>
0
Kathleen
Top achievements
Rank 1
answered on 10 Jan 2011, 02:47 PM
The example was extremely useful, thank you!
0
Kathleen
Top achievements
Rank 1
answered on 10 Jan 2011, 06:04 PM
I've looked over the demo and started to incorporate it into my grid.
I've reviewed the document resource you sent.
I am stuck on one remaining element, which I had believed to be the IndentPresenter, but I can't seem to get it to match the group row background.
Please see the attached screen shot for what I'm trying to achieve.
I've reviewed the document resource you sent.
I am stuck on one remaining element, which I had believed to be the IndentPresenter, but I can't seem to get it to match the group row background.
Please see the attached screen shot for what I'm trying to achieve.
0
Accepted
Hi Kathleen,
Vanya Pavlova
the Telerik team
Yes you are right, this is really the IndentPresenter and you can see it in Blend environment at the attached picture. Also you may find the updated project without this part of GridViewGroupRow.
Vanya Pavlova
the Telerik team
Let us know about your Windows Phone 7 application built with RadControls and we will help you promote it. Learn more>>