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

Skin problem...

1 Answer 46 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ali Faraji
Top achievements
Rank 1
Ali Faraji asked on 31 Jan 2011, 04:24 PM
Hi,

I'm dynamically creating a RadGrid on PageLoad event and binding some data.
i have set the property EnableEmbededSkins="false" i have imported the skin file to the "/app_themes/forest/grid.css".
i have set the property Skin="Forest". i have enabled grouping options in the grid.

problem is I'm not able to see style for the "Grouping" buttons.
one more problem is sum of all columns width  is not taking 100%.
i have set the grid width property to 100%.

Thanks



1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 03 Feb 2011, 11:13 AM
Hello Ali,

Try setting the MasterTableView Width property to 100% as well.
Regarding the Skin issue: The css file that contains the specific Skin css rules is called Grid.[SkinName].css. So when you set the EnableEmbeddSkins property of the grid to false, you should make sure you have css file with the above name. However the grid Skins use the Grid.css file as well, however this is the name of the base style sheet file. And you need to add it when you have set the EnableEmbeddedBaseStylesheet property to false. For more information you can check the articles below:
http://www.telerik.com/help/aspnet-ajax/themeshowto.html
http://www.telerik.com/help/aspnet-ajax/createcustomskin.html
http://www.telerik.com/help/aspnet-ajax/skinregistration.html

All the best,
Iana
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
Ali Faraji
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or