I am using jqgrid and I like to display custom message while deleting a row. Something like If i delete a row where column1 contains "value1" then my message should be "Do you want to delete this configuration?", or if the deleting row's column1 has "value2" then the message should be "Deleting this will affect the usual flow. Do you really want to delete ? " Some thing like this. Is it possible to achieve this using jqgrid ?
Asked
Active
Viewed 1,038 times
1 Answers
2
I would recommend you to change the text of the Delete message inside of beforeShowForm
like it in the answer.