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

Skins/Styles Not Showing At Runtime

3 Answers 84 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Henry Derstine
Top achievements
Rank 1
Henry Derstine asked on 26 Aug 2008, 11:45 AM
I am using a grid in a page and when I look at it in design mode it picks up the styles of the skin I choose. However in runtime there is no style applied to the grid. I can't figure out where the problem is coming from. The application works fine there is just no style to the grid. Below is the grid code. Thanks

<

telerik:RadGrid ID="radGridResults" runat="server" GridLines="None"

AllowSorting="True" Skin="Office2007" Visible="False">

<

MasterTableView>

<

RowIndicatorColumn>

<

HeaderStyle Width="20px"></HeaderStyle>

</

RowIndicatorColumn>

<

ExpandCollapseColumn>

<

HeaderStyle Width="20px"></HeaderStyle>

</

ExpandCollapseColumn>

</

MasterTableView>

<

FilterMenu EnableTheming="True">

<

CollapseAnimation Type="OutQuint" Duration="200"></CollapseAnimation>

</

FilterMenu>

</

telerik:RadGrid>

3 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 26 Aug 2008, 02:11 PM
Hi Henry,

Is RadGrid placed inside an UpdatePanel and is initially not visible? If yes, then you have stumbled upon a limitation in MS AJAX. The workaround is to keep RadGrid visible at all times or ajaxify the control by using Telerik's RadAjaxManager, instead of asp:UpdatePanel.


Best wishes,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Francis Frank
Top achievements
Rank 1
answered on 16 May 2012, 03:30 PM

Please am experiencing similar issue with my work

The Rad controls display fine in design view but is not displaying fine at runtime and the controls are not responding at all.

I have the skin dll in the Bin folder

The problem stated after i removed 2009 to install 2011 rad controls

Please i need help as this has caused me stress for months

Thanks in anticipation

0
Galin
Telerik team
answered on 21 May 2012, 09:22 AM
Hi Francis,

I am not able to replicate the described issue. Please send more information about it.

Also, our system indicates that you have opened a support ticket concerning the same issue. In order to avoid duplicate posts, I suggest that we continue the communication in only one place.


Greetings,
Galin
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Grid
Asked by
Henry Derstine
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Francis Frank
Top achievements
Rank 1
Galin
Telerik team
Share this question
or