I'm using two grids (master detail).
The function to bulk update, fx_bulk_update, is overwritten in the generated code by the last grid on the page.
Therefore I can't bulk update the master grid. The fx_bulk_update() uses the url from the detail grid.
I'm using version 1.5.2 (paid).
I've emailed you updated build, in which you can pass 4th param as grid id, after which bulk operation will be performed on the selection of mentioned grid. e.g.
fx_bulk_update("update-amount",str,-1,'list1');
Hi,
I have the same problem, too.
I am using the same version, 1.5.2 (paid).
Would you email me the updated build, too. Thank you.
I have a similar problem in a four-grid(4 tab) php program, in wich the update_amount option included in the bulk-edit.php program doesnt work!.
Please send me this solution to test!
Thank you!
AL
1.5.2 (paid version)
I've emailed you demo.
As mentioned in your other email, it looks like die; statement is missing due to which it is trying to execute grid based update query, resulting in 'bulk' invalid field error.
Hello Abu!
Why not you send me this solution? fx_bulk_update("update-amount",str,-1,'list1'); ???.
The die; statement always has been there in my program, and the error is still there.
Regards!