Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:retrieving_data [2011/12/12 13:18]
tony
wiki:retrieving_data [2012/01/30 16:21]
tony
Line 109: Line 109:
 }); });
 </​code>​ </​code>​
 +
 +<note important>​As of version 4.3 jqGrid can read any attribute from the XML response. Moreover the tags can be set as function.</​note>​
 +
  
 All the elements in the XML reader will be explained as examples rather than as strong description. All the elements in the XML reader will be explained as examples rather than as strong description.
Line 1023: Line 1026:
 userData = {totalinvoice:​240.00,​ tax:40.00} userData = {totalinvoice:​240.00,​ tax:40.00}
 </​code>​ </​code>​
-The data can be accessed ​two ways.+The data can be accessed ​using a getGridParam methodTo do that we need to request this data: \\
  
-1. Using a getGridParam method. To do that we need to request this data: \\ 
 <code javascript>​jQuery("​grid_id"​).getGridParam('​userData'​)</​code>​ <code javascript>​jQuery("​grid_id"​).getGridParam('​userData'​)</​code>​
  
-2. Using the user contributed ​ [[Post Data Module]] \\  +and using the new API (the prefered way
-<code javascript>​jQuery("​grid_id"​).getUserData()</​code>​ +<code javascript>​jQuery("​grid_id"​).jqGrid('​getGridParam',​ '​userData'​)</​code>​
-to get the entry array or +
-<code javascript>​jQuery("​grid_id"​).getUserDataItemkey )</​code>​ +
-to get particular value with name = key+
  

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