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

RadGrid Loosing Skin

1 Answer 86 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Felipe Botero
Top achievements
Rank 1
Felipe Botero asked on 28 Jul 2011, 04:55 PM
Hello 

I have a Dot Net Nuke site wich uses Rad controls, I have a module wich has a hidden panel and has to populate a rad grid after a query, the grid is showing up but it looses it´s skin and when i ckick next and prev buttons of the grid it dissapears.

The skin i'm using is vista but it happens with all skins, I have the property "enable ajax skin rendering" set to true in the control and I set  it again in page load. Im using a rad ajax manager. 

I had the problem with Q1 2011 and I just updated to Q2 2011 but the problem still there.

Here you have an image of the problem,

Thanks for your help!!!

Felipe Botero

1 Answer, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 03 Aug 2011, 09:33 AM
Hi Felipe Botero,

Can you please verify that you have no DataBind() calls somewhere in your code? Please, take into account that advanced paging is not supported with simple binding and DataBind() calls. For advanced features like hierarchy presentation, grouping etc.  RadGrid requires advanced data-binding through its NeedDataSource event:
http://demos.telerik.com/aspnet-ajax/grid/examples/programming/needdatasource/defaultcs.aspx

Additionally, please try setting EnableAjaxSkinRendering property except on Page_Load and after every postback and see if it makes any difference.

Regards,
Pavlina
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
Felipe Botero
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Share this question
or