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

OnClientBeforeExpand Dock pins disappear

1 Answer 39 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Curt
Top achievements
Rank 1
Curt asked on 10 Mar 2008, 10:13 PM
I am using the following to automatically dock certain panes:

function beforeExpand(sender,eventArgs)   
{   
   var slidingZone = $find("<%= RadSlidingZone1.ClientID %>");   
   slidingZone.dockPane(sender.get_id());   
   eventArgs.set_cancel(true);   
}  


<telerik:RadSlidingPane ID="RadSlidingPane4" runat="server" Title="Test" Width="100%" Scrolling="None" Height="405"  OnClientBeforeExpand="beforeExpand"  > 

In FireFox the "pin" icon shows the pane as "pinned".  In IE, the pin is not visible and you cannot close the pane.

Any ideas?

Thanks

-Brent




1 Answer, 1 is accepted

Sort by
0
Ubong
Telerik team
answered on 11 Mar 2008, 01:56 PM

Hi Brent,

I tested with your code under Firefox 2.0012, IE6 and IE7(your browser I believe). 
In all three browsers, the pin icon was visible and RadSlidingPane4 could be easily closed without issues.
I will therefore have to request that you open a new support ticket and attach a sample running app reproducing this exact problem in IE so we can help you solve the problem.
Your help is much appreciated in preparing the app and we look forward to hearing from you.

Best Regards,
Ubong
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Splitter
Asked by
Curt
Top achievements
Rank 1
Answers by
Ubong
Telerik team
Share this question
or