All Products
Demos
Services
Blogs
Docs & Support
Pricing
Search
Shopping cart
Login
Contact Us
Get A Free Trial
close mobile menu
Telerik Forums
/
UI for ASP.NET AJAX Forum
/
ListView
/
List View crash
Cancel
Telerik UI for ASP.NET AJAX
Resources
Buy
Try
Feed for this thread
2 posts, 0 answers
Bharani Mani
40 posts
Member since:
Dec 2009
Posted 21 Dec 2009
Link to this post
Hello,
I want to use xml file as a datasource for the list view. I had an xml file but telerik control crashed. I think it has something to do with multiple root node. Please check the attached file. But I had a clean xml file with just one root node,
<?xml version ="1.0" encoding ="utf-8"?>
<columns>
<column>Name</column>
<column>Short text.</column>>
<column>Long text.</column>>
</columns>
In the layout editor I didnt three columns.. Am I doing anything wrong? Or Is there a tutorial for XML datasource for list view?
Thanks,
Bharani
crash.png
Rosen
Admin
3253 posts
Posted 22 Dec 2009
Link to this post
Hello Bharani,
You can refer to
this online demo
for an example of how to populate RadListView using XmlDataSource.
Sincerely yours,
Rosen
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.
Back to Top
Close