Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
wiki:retrieving_data [2012/01/30 16:22]
tony
wiki:retrieving_data [2012/01/30 16:22]
tony
Line 1028: Line 1028:
 The data can be accessed using a getGridParam method. To do that we need to request this data: \\ The data can be accessed using a getGridParam method. To do that we need to request this data: \\
  
 +<code javascript>​jQuery("​grid_id"​).jqGrid('​getGridParam',​ '​userData'​)</​code>​
 +
 +and using the old API (not preferr)
 <code javascript>​jQuery("​grid_id"​).getGridParam('​userData'​)</​code>​ <code javascript>​jQuery("​grid_id"​).getGridParam('​userData'​)</​code>​
  
-and using the new API (the preferred way) 
-<code javascript>​jQuery("​grid_id"​).jqGrid('​getGridParam',​ '​userData'​)</​code>​ 
  

QR Code
QR Code wiki:retrieving_data (generated for current page)