Categories | Question details Back To List | ||
DataProcessor Hi, I'm loading grid through dhtmlXGridFromTable. While updating through dataprocessor I need to get the row id.I'm getting through request.getParameter('gr_id'); I'm getting table name_row index as value. I need to pass some user defined value in that.How to do that. Thanks Hariharan. Answer posted by Support on Jan 17, 2008 06:15 While generation grid from table row ID set as a) ID attribute of row <tr id="some" ... b) if no ID attribute - row index ( on moment of grid generation used ) If you need to send some additional data with row to server side - you can use userdata, all userdata attached to row will be included in request. |