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

Splitter - Splitter Bar Drag Events

1 Answer 134 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Lee
Top achievements
Rank 1
Lee asked on 29 Jan 2013, 09:25 PM
While trying to tackle the following issue regarding the splitter, I am left wondering if it is possible to hook into the splitter's splitter bar drag events.....



Original Issue:

http://www.kendoui.com/forums/ui/splitter/splitter-over-an-iframe-is-not-sensed.aspx



I am trying like this: (working for #testButton and .t-pane, but not .t-splitbar.....)

$('#testButton, .t-splitbar, .t-pane').kendoDraggable({
                       dragstart: function(e) { 
                           alert('hello');
                       }
                   });

Is there a way to do this?  (My intention will be to hook into dragStart, raise the invisible window, hook into dragEnd, hide the invisible window)

1 Answer, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 30 Jan 2013, 02:41 PM
Hello Lee,

Achieving the described behavior is theoretically possible by hooking up to non-exposed events of the Splitter's private API. However, this is not necessary if you choose to upgrade to the latest Kendo UI version, as mentioned in the related forum thread (I have just replied there as well - make sure you take a look). Let me know if you need more information.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Splitter
Asked by
Lee
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or