Hi himaja,
You can do it manually using getrowid attribute of jqxGrid.
var rowid = $(“#jqxgrid”).jqxGrid(‘getrowid’, rowindex);
You can get this ids which are edited, deleted means changed.
Store all the row ids in one array variable and display them or use them where you want.
Regards,
Jinay Mehta