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

Resize width without using javascript

1 Answer 86 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Heath Hensley
Top achievements
Rank 1
Heath Hensley asked on 16 Sep 2010, 04:07 PM
Is there a way to configure the RadSplitter control to not utilize javascript for resizing width but only height. I understand that height resizing typically requires javascript but I know that width can be accomplished with table cells and a combination of fixed and percentage widths. It looks like you are utilizing tables for the splitter control so i was wondering if there is some sort of setting that will enable only the height to be resized using javascript. Any information would be much appreciated. Thank You!

1 Answer, 1 is accepted

Sort by
0
Tsvetie
Telerik team
answered on 21 Sep 2010, 03:06 PM
Hello Heath Hensley,
In short, no, the splitter control does not have such a property. Even though you are correct that RadSplitter renders a TABLE and each RadPane control renders a TABLE cell, the splitter does not render just a TABLE and the panes do not render only TABLE cells. This, together with the fact that a couple of features of RadSplitter, that a TABLE element does not have, require width in pixels prevent us from implementing the width of the splitter control as you suggest. The feature that most obviously requires width in pixels is scrolling.

Sincerely yours,
Tsvetie
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Splitter
Asked by
Heath Hensley
Top achievements
Rank 1
Answers by
Tsvetie
Telerik team
Share this question
or