Hi,
I have a Infragistics Toolbar with two buttons viz 'Save' & 'Cancel'.
on click of Save button I want to disable the save button until Save is completed to prevent user from clicking save button again.
I tried to disable the Save button using Javascript and Save button is disabled
but it did not save the data because Save button event is not fired
Please find the Javascript Code below which is used to disable the Save button
oToolbar.Items.fromKey("Save").Enabled = false;
Please provide me any idea on how to disable the Save button or any other idea to prevent intermediate saving.
Thanks in Advance