This is a migrated thread and some comments may be shown as answers.

Masterpage and VEMap in Page

1 Answer 36 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Reinhold
Top achievements
Rank 1
Reinhold asked on 14 Mar 2009, 03:26 PM
I have a Masterpage with a RadSplitter Control with an ContentPlaceHolder in the right RadPane and a Virtual Earth Map in a <div> on a page. The VEMap should resize automaticaly when resizing the window or collapsing the left Radpane.
How can the size of my VEMap inherited from the size of the RadPane?

Reinhold

1 Answer, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 17 Mar 2009, 09:41 AM
Hi Reinhold,

You can catch the RadSplitter's and the RadPane's OnClientResized events and to get the desired sizes through their client-side API or calculate them according to your needs and resiz ethe map in teh desired manner. You can find a sample demo of the splitter's client-side events below:

 http://demos.telerik.com/aspnet-ajax/splitter/examples/clientsideevents/defaultcs.aspx

Kind regards,
Svetlina
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Splitter
Asked by
Reinhold
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Share this question
or