Categories | Question details Back To List | ||
Form Integration Hi Support I just seen example for Form Integration. I edited one cell & press the button. I got this on the display. array(1) { ["gridbox_4_2"]=> string(13) "Stephen King5" }" I am using java. So I need to access data from request.getParameter(param) method. So what I need to pass in the request.getParameter(param) method to get respective cell value? Thanks. Answer posted by Support on Mar 27, 2008 06:30 The name of parameter is (id of grid)_(row id)_(column index) In above case the grid #gridbox has updated row id = 4 , cell index = 2 |