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

spliteview Set pane width proportions not work

3 Answers 99 Views
SplitView
This is a migrated thread and some comments may be shown as answers.
fang
Top achievements
Rank 1
fang asked on 16 May 2013, 01:10 PM
i download  Kendo UI Complete v2013.1.514

according to http://docs.kendoui.com/getting-started/mobile/splitview   documention  , Set pane width to 300px or change the proportions to 1:3

this dosen't work ,that's why?

3 Answers, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 18 May 2013, 07:10 AM
Hi,

The provided information is not sufficient enough to determine what goes wrong in your case. Is it possible for you to share some more details regarding the problem (OS/browser/steps to reproduce)?

You may also take a look at our demos for functional examples of a customized splitview.

Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
fang
Top achievements
Rank 1
answered on 19 May 2013, 02:03 AM
thanks for your replay, i copy the demo , i ony want to change the side panel and main panel width proportions,and add #main-pane { -webkit-box-flex: 5; } to style  .but not work , is it my fault?

0
Accepted
Kamen Bundev
Telerik team
answered on 21 May 2013, 08:41 AM
Hello,

We use both the old and new flexbox syntax to ensure that Kendo UI Mobile works everywhere. So, to adjust the pane flex amount, you should do something like this instead:
#main-pane
{
    -webkit-box-flex: 5;
    -webkit-flex: 5;
}



Kind regards,
Kamen Bundev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
SplitView
Asked by
fang
Top achievements
Rank 1
Answers by
Petyo
Telerik team
fang
Top achievements
Rank 1
Kamen Bundev
Telerik team
Share this question
or