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

Nested RadSplitter doesnot resize properly

2 Answers 80 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Prava kafle
Top achievements
Rank 1
Prava kafle asked on 26 Aug 2010, 06:16 PM
Hi,

I have nested Rad Splitters,
RadSplitter1 is divided horizontally to RadPane1 and RadPane2 with a height of 130px.
    RadPane1  is once again divided horizontally by  RadSplitter2 into RadPane11 and RadPane12.
             RadPane11  wraps a Grid  and RadPane12 contains collection of Buttons. RadPane12 is set a height of 120px  and top RadPane11 is expected to fill remaining area.


RadPane 2 (height=130px)  initially is in collapsed state and RadPane12 is also in collapsed state. With this setting, RadPane11 should cover 100% browser height. However, it renders by covering (Browser Height - RadPane2's Height)

But when RadPane2 is in expanded mode everything renders appropriately.Please see attachment to have a better idea on my issue. Is there any solution to my issue ?

Thanks,
Prava

2 Answers, 1 is accepted

Sort by
0
Prava kafle
Top achievements
Rank 1
answered on 26 Aug 2010, 07:54 PM
Hi,
I tested  rendering and behavior of nested Radpanes and Radsplitbar by using different set of properties. What I found was, if I change the visibility of RadPane   in nested radsplitter to " False" for the RadPane I donot want to display  everthing renders correctly. However, on clicking collapse button in Radsplitbar,  Radsplit bar and Radpanel (expected to collapse) completely disappears.

Properties like visibility, collapse mode  of Radpanes and Radsplitbar   are set from  server side. My new finding was not quite helpful to solve my issue, can someone give me insights on how to change the visibility of  Radpane and Radsplitbar  from server side code. As I said earlier setting radPanelsplitbar.Visible = false / radPanelsplitbar.Visible = true;  made it disappear when collapse button was clicked. I even tried setting display mode to none/block and it did not  modify the visibility of RadSplitBar.

Thanks,
Prava
   
   
0
Dobromir
Telerik team
answered on 01 Sep 2010, 08:49 AM
Hi Prava,

I tried to reproduce the reported problem using the latest version of RadControls but to no avail. Could you please provide more detailed information?
  • Which version of RadControls and .NET Framework are used in your application?
  • Under which browser and its version the problem occurs?
  • Could you please provide a sample runnable project reproducing the problem?

For your convenience I have attached my test page. Could you please modify it to a point where the problem occurs and send it back so we can investigate it further?

Regards,
Dobromir
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Splitter
Asked by
Prava kafle
Top achievements
Rank 1
Answers by
Prava kafle
Top achievements
Rank 1
Dobromir
Telerik team
Share this question
or