How to add “Custom buttons in edit dialog instead of save and cancel button” Please follow the below steps to add custom buttons in edit dialog by removing existing buttons at Onload event.
$("#GenericListGridsfEditButtons").children().remove(); //here GenericListGrid is Grid ID
$("#GenericListGridsfEditButtons").append("Add your custom button here");
[CSHTML]
[SCRIPT]
The sample output is shown below,
Fig |
This page will automatically be redirected to the sign-in page in 10 seconds.
How I can do this on ASP webform, I have two days looking for that, I am using ad Dialog but the save button is not working