I am trying to find a way that I can programmatically hide or disable the Save button on the edit dialog (using a template).
In my actionComplete() function, I have the following code as my attempt (of course it doesn't work):
Snippetif (args.dialog.btnObj[0]) {
args.dialog.btnObj[0].visible = false;
}
Any assistance would be appreciated.
IMHO, I really do not understand why SyncFusion has made it so difficult to locate the information for this sort of standard customization.
Marc.