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

TreeView Node NavigateURL using XML file

1 Answer 64 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Renan
Top achievements
Rank 1
Renan asked on 25 Mar 2015, 04:03 PM
Hello,

Can somebody help me with my simple problem?

We have TreeView control on our page and it uses
XML file for data source. However, on NavigateURL when we use 3rd party site
with multiple parameters (query string), the XML will have an error after the
"&" from query string, is there any way we can correct this?

XML File Content:

<?xml version="1.0" encoding="utf-8" ?>
<Tree>
  <Node DragEnabled="false" 
        Text="Bankruptcy Pleadings and Motions Library" 
        EditEnabled="False" Value="0" 
        Category="Items" 
        Image="Images/Menu/arrowright.png" 
        Expanded="true" 
        NavigateUrl="https://app.abc.com/embed_widget/s/abc123?view=list&sort=name&direction=ASC&theme=blue" 
        Target="contentFrame" 
        ContextMenuName="BPML">
  </Node>
</Tree>


Thanks,

Renan

 

1 Answer, 1 is accepted

Sort by
0
Ivan Danchev
Telerik team
answered on 27 Mar 2015, 04:12 PM
Hello,

What is the error you are receiving and does it happen only when you navigate to this particular page?

Regards,
Ivan Danchev
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
TreeView
Asked by
Renan
Top achievements
Rank 1
Answers by
Ivan Danchev
Telerik team
Share this question
or