Hello,
I have seen one of the options of the jqgrid, where there are 3 buttons edit, save, cancel in one column so as to be able to edit the row. How can I get to add one more row to that table every time I need it?. Also, the button for Deleting would need to be there.
Looking at the code I can see that delete statement would go here but …
se = ““;
ce = ““; jQuery(“#rowed2”).jqGrid('setRowData',ids,{act:be+se+ce});
would it be as easy as to do it as
.deleteRow(""+cl+"");
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top