Posted 8 February 2021, 1:09 am EST
Dear Support,
We are listening to the itemEdited, itemAdded and itemRemoved events to determine whether a FlexGrid is dirty. However we are not quite sure under what situations the CollectionView may think the editing is finished. It looks like users have to press the “Enter” key, or click other rows to trigger an itemEdited event, but sometimes it’s not intuitive. For instance, in this example:
https://stackblitz.com/edit/angular-zxnxen
the Active column has Booelan type. If you click the checkbox, it doesn’t trigger itemEditted event until you press Enter or click other rows.
The expected behavior should be:
When user clicks any checkbox (boolean type), then the itemsEdited collectionView should be immediately updated.
Is it feasible?