Megabit / Blazorise

Blazorise is a component library built on top of Blazor with support for CSS frameworks like Bootstrap, Tailwind, Bulma, AntDesign, and Material.
https://blazorise.com/
Other
3.25k stars 526 forks source link

Add INotifyCollectionChanged Support for DataGrid #3680

Open TorreyGarland opened 2 years ago

TorreyGarland commented 2 years ago

I know that this was closed out in Issue #1118, but please reconsider.

Most of my page components with a DataGrid are inheriting from ReactiveUI Blazor ReactiveComponentBase or ReactiveInjectableComponentBase with observable collections and writing extra code for callbacks to the view to manually reload the datagrids is a tad bit tedious.

David-Moreira commented 2 years ago

Hello, Can't those be wrapped under your own abstraction that deals with this, instead of re-writting every time?