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

Undocumented resize method

1 Answer 46 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 06 Aug 2015, 06:48 PM
Along the way I missed the deprecation of .data('kendoSplitter').trigger('resize').

 
I couldn't find any examples of calling trigger within the api docs at all anymore. This led me to the guides section which details calling .data('kendoSplitter').trigger('resize') manually. I did not miss it, it is not listed on the API docs. And sure enough, it behaves properly unlike the now deprecated trigger.

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 07 Aug 2015, 11:18 AM
Hello Ryan,

The resize() method is common for all Kendo UI widgets and it's described in a general non-widget-specific section of the documentation:

http://docs.telerik.com/kendo-ui/using-kendo-in-responsive-web-pages

The method is also showcased in the Splitter's documentation here:

http://docs.telerik.com/kendo-ui/web/splitter/overview#resizing-a-splitter-manually

The depreciation is documented at:

http://docs.telerik.com/kendo-ui/install/changes-and-backward-compatibility#kendo-ui-2013-q3

Regards,
Dimo
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
Ryan
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Share this question
or