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

SplitBar double Click

3 Answers 52 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
sumither
Top achievements
Rank 1
sumither asked on 05 Jul 2011, 08:38 AM
The double click event for the radsplitbar doesn't occurs when the spliter is in expanded mode..

but working fine when the spliter is in collapsed mode...

Give me some solution..

3 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 05 Jul 2011, 09:16 AM
Hi Sumither,

RadSplitBar does not have a built-in event that is fired on double click. If you have applied some custom event handling we will need to examine it and debug it locally to provide more-to-the-point answer. Could you please provide sample page demonstrating the issue, along with steps to be reproduced.

Kind regards,
Dobromir
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
sumither
Top achievements
Rank 1
answered on 07 Jul 2011, 08:40 AM
function OnSplitterLoadHandler(sender, eventArgs) {
    var splitter = $find(document.getElementById('spliterPane').id);
    $addHandler(splitter.get_element(), "dblclick", ondoubleClickSpliter, false);
}

function ondoubleClickSpliter(eventElement) {
     alert('hai..');
}

The above dblclick event fires only when the spliter is collapsed..!!!!
0
Dobromir
Telerik team
answered on 12 Jul 2011, 03:25 PM
Hello Sumither,

I tried attaching event handler to the double click event and it was working as expected. Please take a look at the attached sample page.

Kind regards,
Dobromir
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
Splitter
Asked by
sumither
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
sumither
Top achievements
Rank 1
Share this question
or