Hi,
I read that Silverlight 4 allows to databind to indexed properties, which means you can use dictionary as DataContext for simple controls like TextBlock. My question: Is it possible to databind to a list of dictionaries instead of List of objects in the new Telerik GridView. So that I could do something like GridView.ItemsSource = List<Dictionary> instead of the way I had to do this in Silverlight 3 GridView.ItemsSource = List<Object>?
Thank you,
Midav
I read that Silverlight 4 allows to databind to indexed properties, which means you can use dictionary as DataContext for simple controls like TextBlock. My question: Is it possible to databind to a list of dictionaries instead of List of objects in the new Telerik GridView. So that I could do something like GridView.ItemsSource = List<Dictionary> instead of the way I had to do this in Silverlight 3 GridView.ItemsSource = List<Object>?
Thank you,
Midav