When I am editing with inline editing of jqGrid. jqGrid will generate textboxes, with the id formatted as "rowid_columnid", where rowid is the rowid, and columnid is the id of the column. But the name property is just the column id. what is the easiest way to overwrite the name property of the generated textbox? I want to name property to be "columnid[rowid]"
thanks