Hello List.

Playing around with jqgrid and the documentation describes the implementation of bSubmit and a bCancel button.

However, how do I display a Submit, Cancel and a Delete button in the same window?

So in the code below, I can change bSubmit to a value of Delete, but I lose my "Submit" value. Adding an extra bSubmit:'Delete', does not work.

Is this possible?

Thanks,
--Rick


jQuery.jgrid.edit = { addCaption: "Add Record",
editCaption: "Edit Record",
bSubmit: "Submit",
 bCancel: "Cancel",
processData: "Processing...", msg: {

Reply via email to