[PR #853] Added IsInInlineEditOrAddState flag to the RadzenDataGrid.razor.cs #2356

Open
opened 2026-01-29 18:18:27 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/radzenhq/radzen-blazor/pull/853

State: closed
Merged: No


Came across a small bug in the RadzenDataGrid component where if the grid is in inline edit mode and the user is adding or editing a row and accidentally clicks on the cell header the grid sorts and the edits disappear. I added the IsInInlineEditOrAddState Boolean flag to the gird which is set by edit/insert state and unset after a save or cancel

**Original Pull Request:** https://github.com/radzenhq/radzen-blazor/pull/853 **State:** closed **Merged:** No --- Came across a small bug in the RadzenDataGrid component where if the grid is in inline edit mode and the user is adding or editing a row and accidentally clicks on the cell header the grid sorts and the edits disappear. I added the IsInInlineEditOrAddState Boolean flag to the gird which is set by edit/insert state and unset after a save or cancel
claunia added the pull-request label 2026-01-29 18:18:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/radzen-blazor#2356