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

Load from XML File

1 Answer 126 Views
ListBox
This is a migrated thread and some comments may be shown as answers.
Reiner Ebel
Top achievements
Rank 1
Reiner Ebel asked on 13 Oct 2009, 12:18 AM
Hello,

i have a XMLDocument from Webservice and i will show this in a RadListBox Control. The XML Document:
<?xml version="1.0" encoding="utf-8" ?> 
<controls> 
  <control id="123" name="stream" text="stream1.wma" time="300" /> 
  <control id="9023" name="picture" text="bild1.jpg" time="800" /> 
  <control id="9023" name="picture" text="bild2.jpg" time="800" />     
...  
</controls> 

Can i load this in the RadListBox? Can i show this in two columns? I need the "name"-Tag for an icon (I have different icons for the different "name"-Tags) , the "text"-Tag and the "time"-Tag. Is that possible?

br
Reiner

1 Answer, 1 is accepted

Sort by
0
Paul
Telerik team
answered on 13 Oct 2009, 01:59 PM
Hello Reiner,

Please refer to this help article for details on the matter. Additional information can be found under section Data Binding.

Best wishes,
Paul
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
ListBox
Asked by
Reiner Ebel
Top achievements
Rank 1
Answers by
Paul
Telerik team
Share this question
or