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

Pivot inside splitter error

2 Answers 17 Views
PivotGrid
This is a migrated thread and some comments may be shown as answers.
Stefania
Top achievements
Rank 2
Stefania asked on 08 May 2014, 12:48 PM
Hi,
when I put my pivot inside a splitter I have the following error with firebug
TypeError: $get(...) is null

the row is 5160 Telerik.Web.UI
if(c.className.indexOf("ConfigurationPanel")!=-1){return $get(this.get_id()+"_OT").parentNode;
}return c;

when I debug it $get(this.get_id()+"_OT") is null

Is this a telerik bug?


<telerik:RadSplitter ID="RadSplitter1" runat="server" Width="100%" Height="300">
            <telerik:RadPane ID="LeftPane" runat="server" Width="100">
                Left pane</telerik:RadPane>
            <telerik:RadSplitBar ID="RadSplitBar1" runat="server" CollapseMode="Forward" Width="20px"
                Height="50px">
            </telerik:RadSplitBar>
            <telerik:RadPane ID="MiddlePane1" runat="server" Width="200">
                <telerik:RadPivotGrid ID="pivot" runat="server">
                </telerik:RadPivotGrid>
            </telerik:RadPane>
        </telerik:RadSplitter>

2 Answers, 1 is accepted

Sort by
0
Accepted
Galin
Telerik team
answered on 13 May 2014, 01:01 PM
Hello Stefania,

I tried to replicate the scenario on my side but the described issue does not appear on my side. Could you please modify the attached page to this post so we can examine it locally?

Thank you for the cooperation.

Regards,
Galin
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
Stefania
Top achievements
Rank 2
answered on 15 May 2014, 01:16 PM
I don't know what happens..it works
Tags
PivotGrid
Asked by
Stefania
Top achievements
Rank 2
Answers by
Galin
Telerik team
Stefania
Top achievements
Rank 2
Share this question
or