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

RadTreeView DIsplay look

5 Answers 65 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Jay
Top achievements
Rank 1
Jay asked on 10 Jun 2010, 05:50 PM
I have a web page using the RadTreeView and it has some data. I have a add and Edit button to edit the contents of the tree.

This all works fine with IE and firefox.

With safari, when I click the buton, the tree look changes. Instead of the + icon, I get dot icon. It all works but the look gets distorted. (the tree node changes from + to .)

5 Answers, 1 is accepted

Sort by
0
Kamen Bundev
Telerik team
answered on 14 Jun 2010, 02:27 PM
Hello Jay,

Can you direct us to a live URL of your page so that we can take a look and try to reproduce your issue?

Kind regards,
Kamen Bundev
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.
0
Jay
Top achievements
Rank 1
answered on 14 Jun 2010, 06:16 PM
I have the RadTreeView disabled and then enabled. That is where the tree style changes.

Thanks
0
Kamen Bundev
Telerik team
answered on 17 Jun 2010, 10:41 AM
Hello Jay,

I still can't reproduce the issue. If you can't provide an URL, can you at least post a screenshot and some markup/code behind?

Regards,
Kamen Bundev
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
0
Jay
Top achievements
Rank 1
answered on 18 Jun 2010, 04:07 PM
I have a Panel which visible flag is false and in side the panel I have the RadtreeView.

This happens because the visible falg of the panel is false. I made it true and that look fine.

 

<

 

asp:Panel ID="panHierarchyTree" runat="server" Width="100%" Height="100%" Visible="false">

 

 

 

<

 

table id="TreePanel" width="100%" runat="server">

 

 

 

 

 

<tr>

 

 

 

 

 

<td style="width:60%">

 

 

 

 

 

<telerik:RadTreeView ID="RadTreeView1" runat="server" Skin="Sunset" OnNodeExpand="RadTreeView1_NodeExpand"

 

 

 

 

 

Height="0px" BackColor="white" Font-Size="13px" OnClientNodeClicked="onNodeClicked">

 

 

 

 

 

</telerik:RadTreeView>

 

 

 

 

 

</td>

 

 

 

 

 

<td style="width:40%" runat="server" id="AssigmentArea" visible="false" valign="top">

 

 

 

 

 

<uc1:HierarchySetupAssigments ID="HierarchySetupAssigments1" runat="server" />

 

 

 

 

 

</td>

 

 

 

 

 

</tr>

 

 

 

 

 

</table>

 

 

</asp:Panel>

 

0
Kamen Bundev
Telerik team
answered on 24 Jun 2010, 01:11 PM
Hello Jay,

An ASP.NET Panel with Visible attribute set to false shouldn't be rendering at all. This means that the panel and its contents are not on the page. Can you send a screenshot of what you are getting instead?

All the best,
Kamen Bundev
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
TreeView
Asked by
Jay
Top achievements
Rank 1
Answers by
Kamen Bundev
Telerik team
Jay
Top achievements
Rank 1
Share this question
or