Closed bastigerner closed 2 years ago
Thanks for noticing it is indeed a bug introduced on the last release.
No problem ;)
Just updated to 0.9.5.3 and it crashes with my datagrid like in the example i made with the bug before https://github.com/Megabit/Blazorise/issues/3233#issuecomment-994433885 The example also crashes when deselecting everything like in the original post above Error in Firefox log
[2021-12-28T14:57:59.437Z] Error: System.NullReferenceException: Object reference not set to an instance of an object.
at Blazorise.DataGrid.DataGrid`1.CheckMultipleSelectionSetEmpty(ParameterView parameters)
at Blazorise.DataGrid.DataGrid`1.SetParametersAsync(ParameterView parameters) blazor.server.js:21:24815
Its Probably the same error?
Seems like it. @stsrki has it been released?
Hey,
I was scrolling through the docs for the new selection changes and noticed, when trying to deselect the last item in multi-selection it crashes.
To reproduce: Select any item from one of the two grids at the bottom. Then try to deselect it.
Kind regards