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

[Solved] Grid Skin not applied - AllowFilteringByColumn="True"

9 Answers 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 23 Feb 2009, 01:03 AM

I have a RadGrid ,placed in a usercontrol (ascx) which is dynamically loaded and added to a MutliPage at runtime on a tab is click event.

When I use the RadAjaxManagerProxy to Ajax the TabStrip and its Multipage, the Grid renders with no Skin / CSS applied. just a few labels and buttons.

This only happens when the MultiPage the control is added to, is not the first shown at PageLoad and the Grid has 

AllowFilteringByColumn

 

="True"

 



When not using the RadAjaxManagerProxy and / or AllowFilteringByColumn is False it renders fine.

It appears as though it is not downloading the CSS or having it applied when this value is set ??



9 Answers, 1 is accepted

Sort by
0
Rosen
Telerik team
answered on 25 Feb 2009, 08:52 AM
Hello Ben,

Can you please try setting RadGrid FilterMenu's EnableAjaxSkinRendering property to true in page's load event? Similar to the following:

Protected Sub Page_Load(ByVal sender As ObjectByVal e As System.EventArgs) Handles Me.Load  
        RadGrid1.FilterMenu.EnableAjaxSkinRendering = True 
End Sub 

Please give it a try and let us know about the result.

Best wishes,
Rosen
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ben
Top achievements
Rank 1
answered on 27 Feb 2009, 04:04 AM

Thanks Rosen

I tried and it did not correct the problem. Through trial and error I found the problem - I had a RadFormDecorator in my master page - as soon as I removed it the problem went away.

Are there any updates for this control available

<

 

telerik:RadFormDecorator ID="RadFormDecorator1" runat="server" DecoratedControls="All"

 

 

Visible="true" Skin="Outlook"></telerik:RadFormDecorator>


Cheers
Ben

 

0
Sebastian
Telerik team
answered on 02 Mar 2009, 03:36 PM
Hi Ben,

Can you please check whether the RadFormDecorator from the latest SP version 2008.3.1314 eliminates the discrepancy? You may also test with the latest internal build from your account.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Ben
Top achievements
Rank 1
answered on 02 Mar 2009, 10:22 PM
Hi Sebastian

I have tried both SP version 2008.3.1314 and the latest internal build  - problem still exists.

I will put together a sample web site to demonstrate the problem - is there a contact email I can send to please

Cheers

Ben
0
Sebastian
Telerik team
answered on 03 Mar 2009, 08:30 AM
Hello Ben,

You can start a formal support ticket from your account on our site (under the RadFormDecorator category) and attach your sample application there. The public forums do not allow file attachments.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Abilis Solutions
Top achievements
Rank 1
answered on 08 May 2009, 05:20 AM
I am having the exact same problem.

Has this problem been solved in a pathc to the Q1 2009 release?

0
Sebastian
Telerik team
answered on 08 May 2009, 11:45 AM
Hello Luke,

I suggest you test with the latest official release 2009.1.402 of RadControls for ASP.NET AJAX or the latest internal build as explained previously and if the issue persists, start a formal support ticket following the instructions from my last reply.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Abilis Solutions
Top achievements
Rank 1
answered on 21 May 2009, 02:53 PM
I am using Teelrik RadControls for ASP.Net AJAX  2009.1.402.35.

I noticed that the skin on the RadGrid is lost only after the first postback(full/ajax) to the server.

Luke
0
Sebastian
Telerik team
answered on 21 May 2009, 02:59 PM
Hello Luke,

We will be expecting your sample which recreates the issue and will get back to you with more info after familiarizing with it.

Regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Ben
Top achievements
Rank 1
Answers by
Rosen
Telerik team
Ben
Top achievements
Rank 1
Sebastian
Telerik team
Abilis Solutions
Top achievements
Rank 1
Share this question
or