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

RadGrid skin not applied.

3 Answers 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
cv
Top achievements
Rank 1
cv asked on 04 Dec 2008, 01:43 PM
Hi,

I am using Treeview and Grid controls on my page, Based on the selected node in treeview grid is getting populated and displayed.

in this scenario while i am clicking on the treeview , grid is populated correctly . but the skin is not applied.

what should i do?

how to apply skin programmatically..

Thanks,
Mano.

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 05 Dec 2008, 07:02 AM
Hi,

You can set desired Skin for the Grid either in the aspx or in code behind as shown below.

ASPX:
<telerik:RadGrid ID="RadGrid1" runat="server"  Skin="Hay"  > 

CS:
 RadGrid1.Skin = "Hay"

Shinu
0
cv
Top achievements
Rank 1
answered on 05 Dec 2008, 07:21 AM
Hi Shinu,

Already i have tried both the options, but i didnt get the style.

In my web.config file to avoid page flickering i am using
<pages smartnavigation="true" property />

After that only i am getting this problem.

how can i solve this?

Thanks,
Mano



0
Princy
Top achievements
Rank 2
answered on 05 Dec 2008, 09:17 AM

Hi,

I have found the following forum link which discusses a similar scenario. Go through it and see if it helps to some extent.
Applying skin

Thanks,
Princy.

Tags
Grid
Asked by
cv
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
cv
Top achievements
Rank 1
Princy
Top achievements
Rank 2
Share this question
or