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

Splitter Resize Problem In 2013.3.1119

4 Answers 110 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
LARRY
Top achievements
Rank 1
LARRY asked on 07 Dec 2013, 10:39 PM
I have a splitter in a window and resize the splitter to fit the window like this...

    //open window
    window.data("kendoWindow").open();

    //ensure splitter is sized correctly
    splitter.trigger("resize");

this code works in 2013.1.419

when i upgraded to the latest version (2013.3.1119) this no longer works. any ideas?

4 Answers, 1 is accepted

Sort by
0
Alex Gyoshev
Telerik team
answered on 09 Dec 2013, 08:54 AM
Hello Larry,

We have implemented a different approach to resizing. You can use kendo.resize(splitter.element) to resize the splitter. Here is the documentation for kendo.resize.

Regards,
Alex Gyoshev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
LARRY
Top achievements
Rank 1
answered on 09 Dec 2013, 03:06 PM
that did it. thanks!
0
Michael Flynn
Top achievements
Rank 2
answered on 29 Jan 2014, 02:16 AM
Hello Alex,

my splitter shows the scroll bar if the page is viewed in firefox on the PC but is not visible in ipad or android 
using... platform: 'ios'

any idea why?  tried latest version as well previous release.  both work with PC and both do not work on ios/android.

Mike
0
Alex Gyoshev
Telerik team
answered on 29 Jan 2014, 11:40 AM
Hello Michael,

Please open new threads for unrelated issues. We are not aware of this problem, so please provide more details -- do you reproduce this on the online demos? Note that scroll bars are not shown on mobile devices, but content can still be scrolled.

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
LARRY
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
LARRY
Top achievements
Rank 1
Michael Flynn
Top achievements
Rank 2
Share this question
or