-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
[Bug]: Selected Row does not change when Rapid Editing #5398
Comments
Hello, I'm not understanding how to reproduce,
When I get to 5, when I click any other cell it is editable as expected? |
I'm looking at the selected row (the row that is highlighted). Editing is working as expected. Also, when I'm editing a cell in the selected row, I can't see which row I have selected. |
Hmm I see, so your point is that cell clicks aren't triggering row selection, this kind of is by design. Now the thing here, is that you are explicitly clicking on something inside the row, so it's argueable whether it should select the row or not. The DataGrid always worked like this where the row being edited does not show the "selection look". @stsrki any opinion on this? |
I think selecting the row by the last focused cell makes the most sense. Be it in read or edit mode. |
In that case let's treat this as a bug indeed. It will be fixed in v1.5. The part about not noticing a cell is selected when the row is on edit mode has always been like that as far as I know. Although you can argue it's a bug, it's been like that for so long, at least as long as I remember, that I would not change it in a patch, but would consider it in a separate issue and making sure it doesn't interfere with how the user is able to edit the row, and make it part of a release instead. |
Blazorise Version
1.5.0
What Blazorise provider are you running on?
Bootstrap5
Link to minimal reproduction or a simple code snippet
https://blazorise.com/docs/extensions/datagrid/features/editing
Steps to reproduce
What is expected?
The selected row should change to the edited row if the row is selectable
What is actually happening?
The row selected does not change
What browsers do you see the problem on?
Microsoft Edge
Any additional comments?
Sorry, I've submitted a lot of issues this week!
This may no longer be an issue if navigation and editing is separated as discussed in #5383. I wanted to bring this to your attention to consider.
The text was updated successfully, but these errors were encountered: