ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: Anthony Kim 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
-
Please check this example for calling a method on detail grid.
https://paramquery.com/pro/demos/export_detail
-
thanks your information,
I tried using the information you provided,
but it doesn't work.
Can you give me more information?
I want to update Row the detail grid from another grid.
thanks