Hello
I have upgraded from classic PanelBar to PanelBar for asp.net ajax. My panelbar is populated server side and seems to be served as proper html with all correct css classes, but in IE7 the PanelBar is first rendered as a simple un-styled html list, and then quickly (<1 second) re-rendered with correct style (I have tried Vista, Black etc). In firefox this does not happen.
The panelbar is very simple, no postbacks, no ajax, just items with links and default collapse/expand behavior.
I suspect the "new" asp.net ajax style init code that looks like this:
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadPanelBar,.... etc
Sys.Application.initialize();
What can I do to get the "old" quick no-nonsense behavior back?
I have upgraded from classic PanelBar to PanelBar for asp.net ajax. My panelbar is populated server side and seems to be served as proper html with all correct css classes, but in IE7 the PanelBar is first rendered as a simple un-styled html list, and then quickly (<1 second) re-rendered with correct style (I have tried Vista, Black etc). In firefox this does not happen.
The panelbar is very simple, no postbacks, no ajax, just items with links and default collapse/expand behavior.
I suspect the "new" asp.net ajax style init code that looks like this:
Sys.Application.add_init(function() {
$create(Telerik.Web.UI.RadPanelBar,.... etc
Sys.Application.initialize();
What can I do to get the "old" quick no-nonsense behavior back?