In my previous blog post I described a method for solving the commonly faced problem of binding a Silverlight DataGrid to dynamic data, the form of which is not know at compile time. This blog post extends on the method previously described, adding change notification, allowing the DataGrid to synchronise the UI with changes to the bound data and to allow the user to edit the DataGrid’s contents.
To briefly recap my previous post, the dynamic data is copied to a collection of Rows:
publicclass Row {priva...
No comments yet, be the first one to post comment.