1
Help for ParamQuery Grid (free version) / how to updateRow at the detail grid
« on: May 04, 2020, 09:11:53 pm »
hi,
It is possible to use "updateRow" at the maingrid as shown below,
$("#grid_sample").pqGrid("updateRow", {
rowIndx: 1,
newRow: {
'unit': unit,
'unit': stock
}
});
how to use it in the detail grid?
thanks
It is possible to use "updateRow" at the maingrid as shown below,
$("#grid_sample").pqGrid("updateRow", {
rowIndx: 1,
newRow: {
'unit': unit,
'unit': stock
}
});
how to use it in the detail grid?
thanks