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

Heirarchy grid with each level having a different Skin

3 Answers 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Rhyss
Top achievements
Rank 1
Rhyss asked on 18 Nov 2010, 03:47 AM
Hi all,
i was wondering if in a heirarchy grid you can have a different skin for each grid level.  EG. Vista skin for the MasterGrid and Windows7 for the Detail grid and so on.

is this possible?  i know you can use the styles properties to individually change the details grids, but was wondering how to do it more fully with skins.

By the way, what is SkinID used for?

thanks
Jordan

3 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 19 Nov 2010, 04:22 PM
Hello Jordan,

Check this help article on how to set different styles in each hierarchy.

Sincerely yours,
Vasil
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Mark
Top achievements
Rank 2
answered on 18 Jan 2011, 11:56 PM
It would be convenient if you could set the SkinID property on the GridTableView within DetailTables to do this.  For example, level 1 might have a Vista skin, level 2 would have Telerik and Level 3 would have Sunset.

Just a thought.
0
Vasil
Telerik team
answered on 20 Jan 2011, 03:21 PM
Hi Jordan,

Yes it will be quite convenient, but unfortunately ASP.NET provides us ability to set skins only for the controls. DetailTables that are inside RadGrid are not separated controls from the grid. They are part of the RadGrid control so the skin for them is part of the whole skin for the RadGrid. You can make custom skin in which to set styles for your detail tables. For more information see the links bellow:
http://www.telerik.com/help/aspnet-ajax/grdskins.html
http://blogs.telerik.com/dimodimov/posts/08-06-17/how_to_override_styles_in_a_radcontrol_for_asp_net_ajax_embedded_skin.aspx
http://www.telerik.com/community/forums/aspnet-ajax/grid/different-skin-for-the-detail-table-of-a-radgrid.aspx

Greetings,
Vasil
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
Rhyss
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Mark
Top achievements
Rank 2
Share this question
or