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

RadSplitter inside of RadMultipage is not visible unless VisibleDuringInit=True

1 Answer 42 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 10 Oct 2011, 06:00 PM
I've been using the RadSplitter a lot to organize my page layouts and have been doing lots of nesting with them. I've run into a sitatuion where the content of a RadSplitter's pane does not show unless the RadSplitter VisibleDuringInit property is set to True? Even then the layout initially displays as crammed in the top left and if I resize the browser then it correctly fills the page?

My Page is organized like this:

<RadSplitter1>
<RadPane> Tabstrip</RadPane>

<RadPane>

<RadMultipage>
<RadPageView>
<RadSplitter2><RadPane>
Content doesn't show up unless VisibleDuringInit=True
</RadPane></RadSplitter2>
</RadPageView>
</RadMultipage>

</RadPane>
</RadSplitter1>


Thanks, JM

1 Answer, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 11 Oct 2011, 09:47 AM
Hi JM,

This is really odd behavior, mostly because of the fact that the default value of RadSplitter's VisibleDuringInit property is True. I tried to reproduce the problem using the explained layout but to no avail. Could you please provide more detailed information on the scenario?
  • Which version of RadControls for ASP.NET AJAX and .NET Framework are used in the application?
  • Under which browser and its version the problem occurs?
  • Could you please provide a simple fully runnable project reproducing the problem so we can investigate it further?
For your convenience I have attached my sample page, could you please modify it to a point where the problem occurs and send it back?

In addition, if you have multiple splitters inside different RadPageViews you need to set ResizeWithParentPane property of these splitters to False and size them manually.

All the best,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Splitter
Asked by
Jay
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Share this question
or