This question is locked. New answers and comments are not allowed.
Hi,
I'm using the method at this link (http://blogs.telerik.com/vladimirenchev/posts/11-09-28/dynamic-binding-for-your-silverlight-applications.aspx) to dynamically bind a GridView. But I'd also like to be able to have an image column that always appears as the first column. The image would change based on the underlying object in the data dictionary. I've tried using both an Image and Uri object but they both just seem to bind as the ToString() method's return value of each object.
Is there a way to use the dynamic binding to display content other than text? If so could you show me how to modify the sample project in the link I provided to achieve such a goal?
Thanks,
Andrew
I'm using the method at this link (http://blogs.telerik.com/vladimirenchev/posts/11-09-28/dynamic-binding-for-your-silverlight-applications.aspx) to dynamically bind a GridView. But I'd also like to be able to have an image column that always appears as the first column. The image would change based on the underlying object in the data dictionary. I've tried using both an Image and Uri object but they both just seem to bind as the ToString() method's return value of each object.
Is there a way to use the dynamic binding to display content other than text? If so could you show me how to modify the sample project in the link I provided to achieve such a goal?
Thanks,
Andrew