Hi,
I'm new to jqGrid, and would appreciate any help at all.
Can someone tell me how to add a new row to the grid with an eternal button with a specific rowid?
I can add the row– but the rowid is empty, and when the next row is added there are multilple rows with the same id so it cannot be selected.
emptyItem = [{id: “99”, acct: “”, type: “”, typecd: “”, restriction: “”, restricrtioncd: “”, prod: “”, status: “”, effdate: “”, enddate: “”}];
$(“#list”).jqGrid('editRow',”99″, true);
The “99” has no affect on the rowid.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top