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

How do you add multiple feeds in this Telerik Demo?

1 Answer 34 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Highrad
Top achievements
Rank 2
Highrad asked on 24 May 2012, 08:25 PM
I would like to pull from multiple RSS feeds and display them as demonstrated in this Telerik Demo for the listview. How can I do this for a single control?

Thanks!

1 Answer, 1 is accepted

Sort by
0
Radoslav
Telerik team
answered on 29 May 2012, 07:33 AM
Hello Highrad,
 
To achieve the desired functionality you need to merge all rss feed into one data source. For example: You could read all rss feeds and build collection of objects which contains information from all feeds. Then you could assign this collection as a DataSource of the RadListView. On the following links you could find examples which demonstrate how to read rss and build custom objects from it:
http://heathesh.com/post/2010/05/10/A-simple-way-to-read-an-RSS-feed-using-C.aspx
http://stackoverflow.com/questions/9646939/read-complex-rss-feed

I hope this helps.

Kind regards,
Radoslav
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ListView
Asked by
Highrad
Top achievements
Rank 2
Answers by
Radoslav
Telerik team
Share this question
or