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

Rad splitter flicker whenever page load

3 Answers 47 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Baibhav
Top achievements
Rank 1
Baibhav asked on 12 Oct 2012, 06:16 PM
Hi,

I have use radsplitter in my page .I have three radpane right left and center .Width for left and right is assigned but middle pane adjust its width accordingly.But whenever page load it flicker which is irratating.Please providee solution for this

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 15 Oct 2012, 07:31 AM
Hi Baibhav,

Could you try to set the VisibleDuringInit property of the Splitter to false, this will configure the splitter to be visualized on the page after finishing its size calculations:
<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%" Height="100%"
    Orientation="Vertical" VisibleDuringInit="false">
</telerik:RadSplitter>

Please, give it a try and tell me if it is working for you.

Kind regards,
Vesi
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.
0
Kevin Neumann
Top achievements
Rank 1
answered on 24 Oct 2012, 04:24 PM
I am having the same issue since upgrading to Q3 2012. I have nested splitters each with VisibleDuringInit=False. I reverted back to Q2 and the splitters began working as intended. I then went back to Q3 and it is like the property is being ignored again.

Is there a possibility that something got changed in the Q3 release?

Edit: My testing was done using FF 16.0.1
0
Vessy
Telerik team
answered on 26 Oct 2012, 12:22 PM
Hi Kevin,

I can confirm that the VisibleDuringIntit issue is a bug in the Splitter and it has been already logged into our PITS system. You could track its progress in the following link: PITS.

Please, excuse us for the temporary inconveniences, we will do our best to fix it as soon as possible.

Regards,
Vesi
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
Baibhav
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Kevin Neumann
Top achievements
Rank 1
Share this question
or