Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataGrid multiselection crash in docs #3249

Closed
bastigerner opened this issue Dec 21, 2021 · 4 comments
Closed

DataGrid multiselection crash in docs #3249

bastigerner opened this issue Dec 21, 2021 · 4 comments
Assignees
Labels
Type: Bug 🐞 Something isn't working

Comments

@bastigerner
Copy link

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.

image
image

Kind regards

@David-Moreira
Copy link
Contributor

Thanks for noticing it is indeed a bug introduced on the last release.

@bastigerner
Copy link
Author

No problem ;)

@stsrki stsrki added this to the 0.9.5 Support milestone Dec 22, 2021
@stsrki stsrki closed this as completed Dec 22, 2021
@Mr-Pearce
Copy link

Just updated to 0.9.5.3 and it crashes with my datagrid like in the example i made with the bug before #3233 (comment)
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?

@David-Moreira
Copy link
Contributor

Seems like it.
@stsrki has it been released?

@stsrki stsrki added this to Support Aug 3, 2024
@stsrki stsrki moved this to ✔ Done in Support Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug 🐞 Something isn't working
Projects
Archived in project
Development

No branches or pull requests

4 participants