I have a main page that is dynamically loading my user control. The
user control is comprised of only Telerik controls. When the page loads my user control the first time, everything has the correct skin. Then I click on one of the Telerik controls (e.g., a RadToolbar or RadTabStrip). When the ajax call returns, the skins rendering on all of the Telerik controls are gone.
When I compare the before and after HTML returned from the server side, the only difference is the Telerik css link is missing. E,g,
<link title='Telerik stylesheet' type='text/css' rel='stylesheet'
href='/MyApp/WebResource.axd?d=uJwQdCvUSF
oaKrPlZUKnF7vKBc4bpis_hMnEMcq4COvgKUytoTBF6
JxKtFi2B2dES9bW3rVsuCiW5TsPr1_fA
2&t=633463791520000000'></link>
When I check the href in the browser I can download the CSS file.
When I switch off ajax in my RadAjaxManager, it renders fine every time.
I'm using Telerik.Web.UI.dll version 2008.1.515.20 and ASP.NET 2.0.
So it appears that the server side decided not to inject the <link> for the skins. What can make this happen?
When I compare the before and after HTML returned from the server side, the only difference is the Telerik css link is missing. E,g,
<link title='Telerik stylesheet' type='text/css' rel='stylesheet'
href='/MyApp/WebResource.axd?d=uJwQdCvUSF
oaKrPlZUKnF7vKBc4bpis_hMnEMcq4COvgKUytoTBF6
JxKtFi2B2dES9bW3rVsuCiW5TsPr1_fA
2&t=633463791520000000'></link>
When I check the href in the browser I can download the CSS file.
When I switch off ajax in my RadAjaxManager, it renders fine every time.
I'm using Telerik.Web.UI.dll version 2008.1.515.20 and ASP.NET 2.0.
So it appears that the server side decided not to inject the <link> for the skins. What can make this happen?