Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
630
Disabling Save button in UltraWebToolbar
posted

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