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

Design not working

2 Answers 59 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Cesar
Top achievements
Rank 1
Cesar asked on 24 Sep 2008, 09:36 PM
Do I need to set a specific setting to make the skin work with the grid? I can see the grid but without any design or skin. It's all white with no style.

Thanks,
jc

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 25 Sep 2008, 04:17 AM
Hi Cesar,

Have you set EnableEmbeddedSkins to false for the Grid? Try setting it to true and set the desired skin in your aspx as shown below.

ASPX:
<telerik:RadGrid ID="RadGrid1"   EnableEmbeddedSkins="True" Skin="Hay" runat="server"   DataSourceID="SqlDataSource1" GridLines="None"   > 


Thanks
Shinu.


 
            
0
Cesar
Top achievements
Rank 1
answered on 26 Sep 2008, 02:34 PM
I tried that and still is not working. Any of the others rad controls that I have in other pages are also not showing even the default skin. I'm wondering if it's something in the solution.

Any other idea?

tks
jc
Tags
Grid
Asked by
Cesar
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Cesar
Top achievements
Rank 1
Share this question
or