blazorbootstrap
blazorbootstrap copied to clipboard
Grid: SelectedItemsChanged gets called with empty set on page change
version 1.8.3 (NuGet)
When AllowPaging=true and SelectedItemsChanged-callback configured the selected items at page change. The callback does not contain the previously selected item.
This is unwanted behaviour because I don't want an endlessly scrolling grid.
Related : it would be nice to set the selection in code as well.
Workaround for me is to revert back to my pre-1.8 solution of using a 'selected' property on my viewmodel for the table entries.