Has anyone tried implementing an ERLB (dynamic list) against the WPF DataGrid control?
I guess I've never tried this until today, and it turns out to not work... Which is strange, since it works fine with the Silverlight DataGrid and I thought they were similar - but apparently not.
Not only doesn't the DataGrid make proper IEditableObject calls, it also doesn't recognize that an item in the collection has been changed (based on the ListChanged event) and so maintains a reference to incorrect child objects as the user interacts with the data.
From what I can see the WPF DataGrid looks pretty broken - or am I missing something?
I'm just surprised at how poor the WPF control is compared to its Silverlight counterpart. I rather expected more parity...
But I'm pleased to hear that the third party component vendors are doing good work in this area :)
Has anybody else has success with 3rd-party data grids with ERLB? We're running into the same issues with the Toolkit DataGrid and we're looking at replacing the grid (along with getting other controls like the ribbon and docking controls). SyncFusion seems to have what we need but we haven't tried their stuff yet. Any other success stories?
Regards,
Jason
Copyright (c) Marimer LLC