jqGrid getLocalRow vs getRowData¶
-
getRowData
()¶ Use this function when data is local (set by the user)
-
getLocalRow
()¶ Use this function when the data is from the server (fetched from the server by jqGrid)
Note
If jqGrid use datatype json (ajax request with url and postData) and loadonce is false use getRowData()
!
Note
If jqGrid use datatype json (ajax request with url and postData) and loadonce is true use getLocalRow()
!
Note
if jqGrid use datatype local use getLocalRow()