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

RadSplitter did not work in DotNetNuke site

3 Answers 59 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Hong
Top achievements
Rank 1
Hong asked on 04 May 2009, 04:58 PM
I have a horizontal RadSplitter in a DotNetNuke site, it can not be expanded/collapsed correctly even after I set height to 100% for all parent items. I appreciate if you could have a look at my DNN module at the following site: 
http://dev.barbourconsulting.com/dnn/Default.aspx
username: userHR 
password: userHR123
After login, click Human Resources tab, then select any employee by clicking "Edit" link button, you will see how my RadSplitter works. Any suggestion is greatly appreciated.

3 Answers, 1 is accepted

Sort by
0
Svetlina Anati
Telerik team
answered on 06 May 2009, 01:21 PM
Hello Hong,

Basically, this problem can occur in case you have incorrectly configured the splitter and its sizes, e.g the sum of the heights of all the RadPanes is bigger than the height of the splitter itself. In case you have set size equal to 100% for the panes, please remove it because in this case if the first pane should be 100%, there is no space left for the others.

In case you cannot find the incorrect size and you need further assistance, please either fix the provided live  url (I am getting an error when loading the page - see the attached screenshot for your reference) or best - prepare a sample, fully runnable reproduction demo, open a new support ticket and send it to me along with detailed reproduction steps and explanations. Once I am able to examine the setup, I will help you fix the problem. 

Greetings,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Hong
Top achievements
Rank 1
answered on 07 May 2009, 01:58 PM

Yes, my DNN site does not work now because of the low disk space. Anyway, I created a simple DNN Module with a RadSplitter for your review. When the Height of splitter is set to a value of "px", it worked fine, however, it does not work for the "100%" height. How do I set height of the splitter's parent?

<%@ Control language="vb" Inherits="YourCompany.Modules.ModuleName1.ViewModuleName1" AutoEventWireup="false" Explicit="True" Codebehind="ViewModuleName1.ascx.vb" %> 
<%@ Register TagPrefix="dnn" TagName="Audit" Src="~/controls/ModuleAuditControl.ascx" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<telerik:RadSplitter ID="RadSplitter1" runat="server" Orientation = "Horizontal" Height = "100%" Width = "100%">  
<telerik:RadPane ID = "topPane" runat = "server" Scrolling = "None">  
Top Pane<br /><br /><br /><br /><br /> 
</telerik:RadPane> 
<telerik:RadSplitBar ID = "bar" runat = "server" CollapseMode = "Both" /> 
<telerik:RadPane ID = "bottomPane" runat = "server" Scrolling = "None">  
Bottom Pane<br /><br /><br /><br /><br /> 
</telerik:RadPane>   
</telerik:RadSplitter> 

 

 

0
Svetlina Anati
Telerik team
answered on 11 May 2009, 12:55 PM
Hello Hong,

The provided code works fine when placed in a standard page. However, when having a DNN module and also custom CSS, wrappers are added and that is why I need a live url to examine what is actually rendered on the page.

This being said, I would like to either send me a live url where I can examine the issue or save the page source (right-click->View Source), open a new support ticket and send it to me. Another option is to examine yourself all the parent elements of the splitter by using the IEDevToolBar or FireBug tools and find the elements which does not have explicit size set.

Sincerely yours,
Svetlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Splitter
Asked by
Hong
Top achievements
Rank 1
Answers by
Svetlina Anati
Telerik team
Hong
Top achievements
Rank 1
Share this question
or