Hello,
When my users click the buttons on the grid forms the form takes a while to close. I suspect, the users are clicking the button again, or even clicking another button on the form that also closes the form. I'm seeing that they sometimes create duplicate records. I've tried to disable the button in javascript but the form doesn't close. It does a postback and comes back with the button enabled.
Is there a way to achieve disabling a few buttons and still have the normal behaviour?
When my users click the buttons on the grid forms the form takes a while to close. I suspect, the users are clicking the button again, or even clicking another button on the form that also closes the form. I'm seeing that they sometimes create duplicate records. I've tried to disable the button in javascript but the form doesn't close. It does a postback and comes back with the button enabled.
Is there a way to achieve disabling a few buttons and still have the normal behaviour?