Hi,
I have an issue with RadSplitterBar. When I am clicking on Splitterbar, cursor made is changed to resize. It is allowing me to resize the associated radpane. My problem is once the cursor change to resize mode it remain in same mode. and when I click on somewhere else in screen then it comes to normal default mode. This issue comes with IE Browser only. It is working fine with FireFox and Chrome.
I am trying to send you a demo application to explain my issue but I don't find any option for the same. Here is my page design:
I am using version v4.0.30319 (2010.3.1317.40).
Regards,
Prashant
I have an issue with RadSplitterBar. When I am clicking on Splitterbar, cursor made is changed to resize. It is allowing me to resize the associated radpane. My problem is once the cursor change to resize mode it remain in same mode. and when I click on somewhere else in screen then it comes to normal default mode. This issue comes with IE Browser only. It is working fine with FireFox and Chrome.
I am trying to send you a demo application to explain my issue but I don't find any option for the same. Here is my page design:
<body>
<form id="form1" runat="server">
<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
<Scripts>
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
<asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
</Scripts>
</telerik:RadScriptManager><br>
<telerik:RadAjaxManager ID="RadAjaxManager1" runat="server"></telerik:RadAjaxManager>
<div style="height:100%">
<telerik:RadSplitter runat="server" ID="spltReviewerMain" Orientation="Vertical" ResizeWithBrowserWindow="true" LiveResize="false" PanesBorderSize="0" ResizeWithParentPane="true" SplitBarsSize="0" BorderStyle="None" BorderSize="0" Width="100%" Height="800">
<telerik:RadPane ID="pnLeft" runat="server" Height="100%">
<telerik:RadPanelBar runat="server" BorderColor="Transparent" ID="RadPanelBar2" >
<Items>
<telerik:RadPanelItem Expanded="True" BorderColor="Transparent" runat="server" ID="pnlItemTasks" Text="text" Width="100%">
<ContentTemplate>
<telerik:RadTreeView runat="Server" ID="RadTreeView1" ShowLineImages="false" EnableViewState="true">
<Nodes>
<telerik:RadTreeNode Text="test1" runat="server"></telerik:RadTreeNode>
<telerik:RadTreeNode Text="test123" runat="server"></telerik:RadTreeNode>
<telerik:RadTreeNode Text="test112345" runat="server"></telerik:RadTreeNode>
</Nodes>
</telerik:RadTreeView>
</ContentTemplate>
</telerik:RadPanelItem>
</Items>
</telerik:RadPanelBar>
</telerik:RadPane>
<telerik:RadSplitBar runat="server" ID="spltBarLeft" CollapseMode="Forward" Width="100%" />
<telerik:RadPane Locked="false" runat="Server" ID="pnRight" Width="70%" Height="100%">
<table width="99%" frame="box" border="0px" style="height: 99%">
<tr>
<td valign="top" colspan="2" align="center" class="style1">
<asp:Label ID="DocName" runat="server" Text=""></asp:Label>
</td>
</tr>
<tr>
<td colspan="2" height="94%">
<iframe runat="server" id="frShowDocs" height="100%" width="100%" borderstyle="Inset" style="position: relative;" visible="true" src="http://localhost:58070/IframeInnerPage.aspx" borderwidth="1px"></iframe>
</td>
</tr>
</table>
</telerik:RadPane>
</telerik:RadSplitter>
<span class="Apple-tab-span" style="white-space:pre"> </span>
</div></form></body>I am using version v4.0.30319 (2010.3.1317.40).
Regards,
Prashant