Hello,
I have a page with multiple RadTabs and clicking a button on one of them brings up a modal RadWindow. When the modal window is closed, the page does a postback and some of the data is refreshed. Afterwards, if you navigate to another tab, the CSS on the Telerik controls doesn't display properly
I've inspected it with Firebug, and some of the CSS files from WebResource.axd are missing after the windows was opened/closed (compare attached 0css.png to 2css.png). The content in the RadWindow doesn't have any special CSS, and is using the same Telerik theme as the rest of the application.
In our code, we don't make any changes to anything CSS during the process of opening/loading the RadWindow. When we do a hard refresh, the page will correct itself. When we do a refresh with re-sending the Post data, the CSS problems remain.
Included are several screenshots of the application before, during, and after the RadWindow is shown, with the list of CSS resources during each step. Do you know what could be causing this loss in CSS resources from a RadWindow being closed?
I have a page with multiple RadTabs and clicking a button on one of them brings up a modal RadWindow. When the modal window is closed, the page does a postback and some of the data is refreshed. Afterwards, if you navigate to another tab, the CSS on the Telerik controls doesn't display properly
I've inspected it with Firebug, and some of the CSS files from WebResource.axd are missing after the windows was opened/closed (compare attached 0css.png to 2css.png). The content in the RadWindow doesn't have any special CSS, and is using the same Telerik theme as the rest of the application.
In our code, we don't make any changes to anything CSS during the process of opening/loading the RadWindow. When we do a hard refresh, the page will correct itself. When we do a refresh with re-sending the Post data, the CSS problems remain.
Included are several screenshots of the application before, during, and after the RadWindow is shown, with the list of CSS resources during each step. Do you know what could be causing this loss in CSS resources from a RadWindow being closed?