<body> <form id="form1" runat="server"> <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <telerik:RadSplitter ID="RadSplitter1" runat="server" Width="800" Height="500"> <telerik:RadPane ID="navigationPane" runat="server"> Left Pane </telerik:RadPane> <telerik:RadSplitBar ID="RadSplitbar1" runat="server" CollapseMode="Forward"> </telerik:RadSplitBar> <telerik:RadPane ID="contentPane" runat="server" PersistScrollPosition="False"> Right Pane <div id="Map"> </div> </telerik:RadPane> </telerik:RadSplitter> </form></body>the slider is a bit too thick as compare to this website.
http://demos.telerik.com/aspnet-ajax/splitter/examples/splitterorientation/defaultcs.aspx
2nd problem is if i drag the slider toward left, the content on the right panel did not enlarge and it stay the same
the content on the right panel is <div id ="Map"></div>. some sort of liek there is not auto resize to fit the right panel
