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

How to iterate RadDataBoundListBox items?

1 Answer 52 Views
DataBoundListBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ben
Top achievements
Rank 1
Ben asked on 24 Mar 2013, 01:10 PM
I can only see 'checkedItems' property but there is no way to get all items?

I need get each item (image view) and update the source with URL. How can I do that? And any suggestions to have good performance?

Thanks

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 25 Mar 2013, 07:31 AM
Hello Ben,

Thanks for writing and for your question.

You do not need to get the items from the DataBoundListBox itself to update the image in their template. What you need to do is update the URL on your business object and make sure you implement INotifyPropertyChanged correctly. This is a standard Silverlight/XAML pattern.

I hope this helps.

Greetings,
Deyan
the Telerik team
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
DataBoundListBox
Asked by
Ben
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or