Hi,
I have an editable ListGrid. My UI should display summary for this ListGrid after any change in ListGrid cells, it means that after user changes the cell value the summary UI must be updated.
I've search for some kind of onEdit or onCellEdit event but with no success.
So the question is how to handle edit events? Is this possible?
10x
I have an editable ListGrid. My UI should display summary for this ListGrid after any change in ListGrid cells, it means that after user changes the cell value the summary UI must be updated.
I've search for some kind of onEdit or onCellEdit event but with no success.
So the question is how to handle edit events? Is this possible?
10x
Comment