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

The kendoSplitter contentLoad Event Does Not Fire

1 Answer 101 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Scott Christopher Stauffer
Top achievements
Rank 2
Scott Christopher Stauffer asked on 14 Apr 2016, 09:48 PM

I've tested in Chrome (49.0.2623.112 m), Firefox (45.0.2), IE 11 (11.212.10586.0), and MS Edge (25.10586.0.0).

I'm having to programmatically resize some parent panes and a vertical splitter, it would be nice to bind that event and call my resize function there.

And while the contentLoad event doesn't appear to be working, the resize event does fire.

I'd also like to note that the kendoSplitter loads beautifully in IE 11.

 

Thanks!

1 Answer, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 18 Apr 2016, 02:03 PM

Hello Scott,

Calling methods in Kendo UI generally does not trigger events (with a few exceptions). This is by design -- it is harder to suppress logic if a method triggers an event, than it is to call the event handler directly when working with the API.

To resolve the problem, call the event handler logic after the widget has been resized programatically.

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