Hello,
1) Can you run "addRow function" each time when page loaded?
2) Can you run addRow just after enter new data to addRow.
3) It is not very important but I just want to know if it is possible to addRow on the lower side of PqGrid?
4) Can I set ID to Pqgrid return from server just after making record from add Row? {"uindx":"10","ID":"984"}
function addRow() {
var rowData = {}; //empty row template
$grid.pqGrid("addRow", { rowIndxPage: 0, rowData: rowData });
}