This question is locked. New answers and comments are not allowed.
Hello,
I wish to bind RadGridView columns to entries in a dictionary using the following approach:
http://www.codeproject.com/Articles/36497/Binding-a-Silverlight-DataGrid-to-dynamic-data-via.aspx
It appears that the standard Silverlight DataGrid will delegate sorting and grouping to its ItemsSource, when that object implements ICollectionView. Unfortunately, I can't make this work with RadGridView. Does anyone know what steps I must take to have RadGridView delegate sorting and grouping operations to its ICV-implementing data source ?
Many thanks,
James
I wish to bind RadGridView columns to entries in a dictionary using the following approach:
http://www.codeproject.com/Articles/36497/Binding-a-Silverlight-DataGrid-to-dynamic-data-via.aspx
It appears that the standard Silverlight DataGrid will delegate sorting and grouping to its ItemsSource, when that object implements ICollectionView. Unfortunately, I can't make this work with RadGridView. Does anyone know what steps I must take to have RadGridView delegate sorting and grouping operations to its ICV-implementing data source ?
Many thanks,
James