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

Treeview not showing up properly

1 Answer 140 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jay Dedhiya
Top achievements
Rank 1
Jay Dedhiya asked on 25 Aug 2011, 05:30 PM
Hello,

I have a problem with treeview display.

Here's the aspx..

 

<telerik:RadTreeView ID="radTVFolders" runat="server" AccessKey="T" Skin="Default" EnableEmbeddedSkins="false" CollapseAnimation-Type="Linear" ExpandAnimation-Type="Linear" EnableDragAndDrop="false" ShowLineImages="False" OnClientNodeClicked="ClientNodeClicked"  OnClientNodeClicking="ClientNodeClicking"
<CollapseAnimation Type="OutSine" /> 
</telerik:RadTreeView>

 


Also, please find attached the screenshot of the weird treeview display. Since the treeview does not show up properly it throws javascript error "this._element is null or not an object" on mouseover of the nodes.

When I see the view source of the page, I see that the div tag is not well formed. It comes up as "<divclass="rtMid">" for the node which breaks.

The issue is random. Can you please suggest?

Thanks in advance

1 Answer, 1 is accepted

Sort by
0
Plamen
Telerik team
answered on 30 Aug 2011, 01:15 PM
Hello Jay,
I tested the code that you provided and didn't meet any unusual behavior. You can consult with this help article where is described a similar error.

Hope this will be helpful.

Kind regards,
Plamen Zdravkov
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
TreeView
Asked by
Jay Dedhiya
Top achievements
Rank 1
Answers by
Plamen
Telerik team
Share this question
or