blazorbootstrap icon indicating copy to clipboard operation
blazorbootstrap copied to clipboard

Grid: SelectedItemsChanged gets called with empty set on page change

Open DutchJaFO opened this issue 2 years ago • 0 comments

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.

DutchJaFO avatar Jun 18 '23 12:06 DutchJaFO