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

Rendering components nested in splitter pane

3 Answers 46 Views
PanelBar
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
bubus
Top achievements
Rank 1
bubus asked on 06 Jul 2011, 06:04 AM
Hello,
my problem is this, I am making an application in which I put a splitter in a panel following the examples I see that if you can, but it turns out that when I have a spliter spliter nested within another and this in turn contains a bar panel, the panel bar splitter is rendered out of the explanation I have attached an example. Thank you.

3 Answers, 1 is accepted

Sort by
0
Accepted
Alex Gyoshev
Telerik team
answered on 06 Jul 2011, 08:33 AM
Hello Bubus,

The problem was caused by the Render() method -- it gets evaluated before the splitter. A solution is to use the Content(string) override and pass the panelbar as a HtmlString, like in the attached (modified) page.

Kind regards,
Alex Gyoshev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

0
Paulo de Tarso
Top achievements
Rank 1
answered on 07 Jul 2011, 03:57 PM
Hi, Alex.
there are still a problem...

Tks
0
Alex Gyoshev
Telerik team
answered on 08 Jul 2011, 08:15 AM
Hello Paulo,

Please refer to the following thread in order to make the splitter behave properly when the browser gets resized.

All the best,
Alex Gyoshev
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
PanelBar
Asked by
bubus
Top achievements
Rank 1
Answers by
Alex Gyoshev
Telerik team
Paulo de Tarso
Top achievements
Rank 1
Share this question
or