Hi,
I am using RadSplitter that occupies 100% browser width and height, RadPane wraps map control and sets its width,height and extent at OnClientResized event. When Rad-splitter re sizes for the first time I would like to set my map's restricted extent to the current extent of map. How can I know splitter has finished setting width and height of RadPanes so that I can call this function
Is there any specific function/events that can be used ?
Thanks
Prava
I am using RadSplitter that occupies 100% browser width and height, RadPane wraps map control and sets its width,height and extent at OnClientResized event. When Rad-splitter re sizes for the first time I would like to set my map's restricted extent to the current extent of map. How can I know splitter has finished setting width and height of RadPanes so that I can call this function
SetRestrictedExtent
(). I want this function to be called just once on page load not on postback.Is there any specific function/events that can be used ?
Thanks
Prava