I solved using a variable:
var grid = $(“#jqxGrid”).jqxGrid( { width: ‘100%’, editable: true, columnsresize: true, …………….. …………….
Then
var data = grid.jqxGrid(‘getrowdata’, 0);
I hope this solve your problem.