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

Splitter loading

0 Answers 49 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Mark
Top achievements
Rank 1
Mark asked on 28 Jul 2008, 01:28 PM
Hi

We have splitter with 2 panes:

<

telerik:radsplitter SkinsPath="~/RadControls/Splitter/Skins" RadControlsDir="~/Controls" Orientation="Vertical" id="slpTreeAndSearch" LiveResize="false" runat="server" height="100%" width="100%" Skin="Gray" >
<telerik:radpane id="treePane" runat="server" width="50%" Height="100%">
.....
</telerik:radpane>
<telerik:radsplitbar id="splbTreeAndSearch" runat="server" CollapseMode="Backward" EnableResize="true"/>
<telerik:radpane Width="50%" Height="100%" Scrolling="Y" ID="SearchPanel" runat="server">
-------
</
telerik:radpane>
</
telerik:radsplitter>

Pay attention that width of the panes is 50%.

Problem: When the page is loaded, then pane's content gets 50% of pane width and panes width is not 50% of the page width (see picture1). 

And only after  1-2 seconds the splitter is rezised and page looks good (see picture2).

How can we fix the problem?

Thanks,
Olga

No answers yet. Maybe you can help?

Tags
Splitter
Asked by
Mark
Top achievements
Rank 1
Share this question
or