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

Custom skin with Rad grid

1 Answer 39 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
mahesh
Top achievements
Rank 1
mahesh asked on 31 Oct 2008, 04:14 PM
I am trying to create custom skin for rad grid.
1- Created new folders in root of the application "RadControls\Grid\FileStore" where FileStore is a my skin name.
2- Copy existing "Office2007" skin into "RadControls\Grid\FileStore" and renamed it to "FileStore.css"
3- Change "_Office2007" to "_FileStore" in all the css class.
(Ex. .RadGrid_Office2007 to .RadGrid_FileStore)

In my RadGrid i changes following code
"Skin="FileStore" EnableEmbeddedSkins="false""

I don't see any style effect on my page.

Please let me know where i am making mistake.

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 31 Oct 2008, 04:34 PM
Hi Mahesh,

You also need to register FileStore.css on your page manually with a <link> tag, or via an ASP.NET theme.

Greetings,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
General Discussions
Asked by
mahesh
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or