Hello. I'm new to phpgrid, and I would like to be able to call a custom editing form when I click the edit icon and when I double click on a row
I haven't been able to find any documentation on how to this.
I have the enterprise version.
Any help will be appreciated.
7 Answers
Hello,
I have made a sample for you that uses custom toolbar button and ondblclick event of grid.
Please check your email for demo.
Thanks,
Please see linked code file. 2 script tags are used for this function.
The file edit.php will hold your custom form html code
Make a copy of any demo file (e.g. demos/editing/index.php), paste this code in it and run in demo browser app that comes with package.
Your Answer