I am trying to catch "itemEditEnd" event by adding this code to my
DataGrid definition:
addEventListener("itemEditEnd", getCellInfo);
I am modifying data in the cell but dont have getCellInfo fired. What
am I doing wrong?Thanks
I am trying to catch "itemEditEnd" event by adding this code to my
DataGrid definition:
addEventListener("itemEditEnd", getCellInfo);
I am modifying data in the cell but dont have getCellInfo fired. What
am I doing wrong?Thanks