Hello all,
I found that if I load the data to jqGrid by addRowData with my rowid assigned, the rowid will be reset to the row index (started from 1) after I call .trigger("reloadGrid") or data is sorted by a column. It troubles me because I want to access the data of the user selected row, and because the rowid is reset, I am not able to get currect rowid thus can't get the data of the row as well.
Could anybody help on this? Thanks.