Ignite UI for Angular is a complete library of Angular-native, Material-based Angular UI components with the fastest grids and charts, Pivot Grid, Dock Manager, Hierarchical Grid, and more.
endEdit doesn't automatically trigger change detection which leaves the grid in a state looking like nothing happened until the end-user does something which triggers the next change detection.
igniteui-angular version: 17.2, 18.1
browser: n/a
Steps to reproduce
Open the attached sample
Start editing a cell and click the button to stop editing and commit the change
Result
Nothing seems to happen. The cell appears like it's still in edit mode. When the mouse cursor hovers the grid, the state changes
Expected result
Public API methods shouldn't require a subsequent change detection trigger like reflow for users to achieve their goals.
Description
endEdit
doesn't automatically trigger change detection which leaves the grid in a state looking like nothing happened until the end-user does something which triggers the next change detection.Steps to reproduce
Result
Nothing seems to happen. The cell appears like it's still in edit mode. When the mouse cursor hovers the grid, the state changes
Expected result
Public API methods shouldn't require a subsequent change detection trigger like
reflow
for users to achieve their goals.Attachments
end-edit.zip