Hi,
I evaluated solution described in the following link to bind data from a IDictionary object in TwoWay mode.
Seems everything is working fine, including sorting, but I cannot let grouping and filtering working because items are not bound to a real property, but to an object, which is then accessed through its indexer through a converter.
Is there a way to support these features?
I evaluated a custom data table also, but I need two way binding features as the grid is in edit mode.
Thanks.
http://www.codeproject.com/Articles/36497/Binding-a-Silverlight-DataGrid-to-dynamic-data-via.aspx
I evaluated solution described in the following link to bind data from a IDictionary object in TwoWay mode.
Seems everything is working fine, including sorting, but I cannot let grouping and filtering working because items are not bound to a real property, but to an object, which is then accessed through its indexer through a converter.
Is there a way to support these features?
I evaluated a custom data table also, but I need two way binding features as the grid is in edit mode.
Thanks.
http://www.codeproject.com/Articles/36497/Binding-a-Silverlight-DataGrid-to-dynamic-data-via.aspx