Hello Sivaprakas,
Please, note that forums are considered community resource and we do not guarantee a response here. We encourage our customers to exchange experience here but we treat the support threads with higher priority. If you want to ensure that you will get a fast and guaranteed response, please use our support system - more information about support options is available below:
http://www.telerik.com/support/technical-support-options.aspx
As to the question - your setup is invalid but since I do not understand what is the exact behavior you want to achieve I cannot modify it accordingly. However, I prepared for you some useful notes below:
- Do not set any sizes to the nested splitters if they are directly nested in a RadPane - when a RadSplitter is directly nested in a RadPane, it automatically resizes itself to occupy 100% of the parent pane. If you set width, height, fullscreenmode, the splitters will make a lot of calculations to resize themselves and this is not necessary and slows down the performance without any benefit.
- when you have a vertical RadSplitter, do not set the Height of the child RadPanes (the same for a horizontal splitter and width) due to the above explained performance consideration
- the sum of the widths of all panes in a vertical splitter should be equal to the width of the splitter, similar - for horizontal splitter and height
I also recommend to examine our demos and online help in more details to get a better understanding on how to configure the RadSplitter control:
http://demos.telerik.com/aspnet-ajax/splitter/examples/overview/defaultcs.aspx
http://www.telerik.com/help/aspnet-ajax/splitteroverview.html
Regards,
Svetlina
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.