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

Shifting page?

2 Answers 37 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 07 Jul 2014, 12:54 PM
Hi,


I have noticed some strange behaviour.  I have a page which contains RadSpliteer
control.  This splits the page into 3
columns.

In the left column I have a grid control

Everything works fine up until the point the page reloads,
then for some reason the entire control Radsplitter) very brief moves on the page,
only by a few pixels but enough to notice, then straight after this it settles
back In its original place?

Any ideas what could be causing this behaviour and how it
can be fixed.

2 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 10 Jul 2014, 10:14 AM
Hi Andy,

The experienced behavior is most probably due to the time needed by the Splitter to recalculate its size. You can try setting the control's VisibleDuringInit property to false and see whether this will fix the issue on your side:
<telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation="Vertical" Width="100%" Height="100%" VisibleDuringInit="false">
    ...
</telerik:RadSplitter>

If this does not help in solving the case, though, could you please prepare and send a sample fully runnable project so we could reproduce and examine the problematic behavior on our side?

Looking forward to hearing from you,
Vessy
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Andy
Top achievements
Rank 1
answered on 11 Jul 2014, 06:48 AM
Hi Vessy - Perfect, worked well thanks.
Tags
Splitter
Asked by
Andy
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Andy
Top achievements
Rank 1
Share this question
or