Hi NHHL,
When you change a row, add a row or delete a row, the Grid calls the appropriate callback functions when they are defined. In that functions, the changed rows are coming as parameters. Take a look at the implementation of this sample: createremoveupdatedata.htm. The Grid call’s the source object’s addrow, deleterow or updaterow functions when a row in the UI is added, deleted or updated. In addition, to get the data of any row in the Grid, use the ‘getrowdata’ method.
For example:
// @param row index.var data = $('#grid').jqxGrid('getrowdata', 0);
Best Regards,
Peter Stoev
jQWidgets Team
http://www.jqwidgets.com