The cellClose event of the Grid doesn't fire when the value is modified and the cell is closed. #7009
Labels
Bug
C: Grid
FP: Completed
Sync status with associated Feedback Item
jQuery
Next Release
Item that will be included in the next official release
SEV: Low
Milestone
I'm submitting a...
Bug Report
Current behavior
When autoSync is set to true and the cell is edited and closed, the cellClose event isn't fired.
Expected behavior
The cellClose event should be fired.
Minimal reproduction of the problem with instructions
The problem can be observed in the following Dojo:
https://dojo.telerik.com/@sspasova/iRAMOduT
1.Open the Console.
2.Then open and close a cell without making any changes. The cellClose event is fired.
3.Open a cell, change its value and then close it. The cellClose event isn't fired.
4. Remove autoSync from the dataSource.
5. Repeat the first 3 steps. The event is fired in both cases.
Environment
Package versions: 2024.1.130
Browser: [all]
The text was updated successfully, but these errors were encountered: