Please help me on how to get the selected grid row data and manipulate it using my custom sql query such as select and delete (eg. move the data from table1 to table2 using the row id) from database say MYSQL.
Thank and regards
We don’t have any demo ready for this, but this can be done using custom on_update callback function. In that, you can select items using bulk update and in callback function, delete from table1 and insert in table2.
Refer these docs and demos.
https://www.gridphp.com/docs/grid-events/
Bulk Update demo: https://www.gridphp.com/demo/demos/editing/bulk-edit.php
Code: https://www.gridphp.com/demo/demos/editing/bulk-edit.phps
Pls how do I associate or assign an id for example below to a particular colunm of the grid not neccesarally the current column?
“http://localhost/?Nid={id}”
Thanks for your support
Please how do I associate or assign an id for example below to a particular row/column of the grid not necessarily the current row/column?
“http://localhost/?Nid={id}”
Thanks for your support