Hi,
In my page, I use a RadPanelBar control designed to simulate Outlook's sidebar, with the RadPanelBar placed below a RadMultiPageView. The contents of the RadPageView extended beyond the appropriate size, so I use a Javascript function (named "afterResize()") to adjust the size so that it fits the PageView's dimenions precisely. Anytime the RadPageView's dimensions are adjusted, the function is called by the event OnClientResize="afterResize". This all works fine.
My problem is that I'm not sure how to call afterResize() when the page first initializes. I tried using window.onload and pageLoad(), but these don't work properly; it seems that these events fire before the Tk controls have been fully loaded. Are there any event handlers that capture when Telerik controls are finished loading in the client?
Roger
In my page, I use a RadPanelBar control designed to simulate Outlook's sidebar, with the RadPanelBar placed below a RadMultiPageView. The contents of the RadPageView extended beyond the appropriate size, so I use a Javascript function (named "afterResize()") to adjust the size so that it fits the PageView's dimenions precisely. Anytime the RadPageView's dimensions are adjusted, the function is called by the event OnClientResize="afterResize". This all works fine.
My problem is that I'm not sure how to call afterResize() when the page first initializes. I tried using window.onload and pageLoad(), but these don't work properly; it seems that these events fire before the Tk controls have been fully loaded. Are there any event handlers that capture when Telerik controls are finished loading in the client?
Roger