Declined
Last Updated: 19 Mar 2021 13:17 by ADMIN
Andrew
Created on: 24 Feb 2014 07:06
Category: Splitter
Type: Feature Request
3
Responsive splitter orientation
Useful for automatically splitting the major dimension of a screen/view, for example. Especially handy for supporting tablet orientation change.

Or, add an orientation() or setConfig() method, to support horizontal/vertical toggle via script.
2 comments
ADMIN
Nencho
Posted on: 19 Mar 2021 13:17

Hello,

We are declining this item due to no interest in the past years, and the availability to recreate the component by defining the orientation, using setOptions

Regards,
Nencho
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

ADMIN
Telerik Admin
Posted on: 28 Feb 2014 14:10
Thanks for your proposal.

Currently this is not supported out-of-the-box.
However, you can achieve that by destroying the previously instantiated splitter and creating a new instance with toggled orientation, as illustrated in this jsfiddle:
http://jsfiddle.net/dimodi/SkgTq/

I will discuss with our developers the option to expose a public API which serves the same purpose.