I have recently upgraded a project to Telerik.Web.UI.dll 2013.3.1015.40. Our RadWindows are opened through a common handler function which calls set_visibleStatusbar(false), this no longer works if I set RenderMode to auto in web.config and view in a modern browser. I have verified by manually getting a reference to the window in the browser console and calling the method directly, the status bar does not disappear.
The status bar does disappear if I set the RenderMode to classic in web.config or set VisibleStatusbar="false" in the aspx.
This seems like a bug to me, anything I might have overlooked?
The status bar does disappear if I set the RenderMode to classic in web.config or set VisibleStatusbar="false" in the aspx.
This seems like a bug to me, anything I might have overlooked?