Hi Abu,
Is it possible to add a custom button, or additional HTML on the same row as the Submit and Cancel buttons on a Modal edit form?
What I am trying to accomplish is a ‘Submit without Validation’ option, either through a checkbox or with a custom button. This would be in the row with ID = “Act_Buttons”.
Thanks!
2 Answers
You can see this demo code line 73-82
https://www.gridphp.com/demo/demos/editing/dialog-layout.phps
$opt[“edit_options”][“afterShowForm”] function callback will be called before opening edit form. Demo contains similar code for add / view dialog.
Your Answer