Is it possible to add custom buttons to a JqGrid add/edit form?
Instead of just submit and cancel, I wanted to have a button that says \"Save and New\", one that say
You may be able to add the button by inserting an ClientSideEvents-AfterAddDialogShown="AddButton"
Then your function AddButton can insert your button html into the table of the Add Dialog Box.