Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 700 Bytes

jqgrid-getlocalrow-vs-getrowdata.rst

File metadata and controls

19 lines (11 loc) · 700 Bytes

jqGrid getLocalRow vs getRowData

.. js:function:: getRowData

   Use this function when data is local (set by the user)

.. js:function:: 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 :js:func:`getRowData` !

Note

If jqGrid use datatype json (ajax request with url and postData) and loadonce is true use :js:func:`getLocalRow` !

Note

if jqGrid use datatype local use :js:func:`getLocalRow`