I have a Grid which uses popup editing with a custom popup template.
I've finally got it all working just as I want, with some tricky ajax driven validation, but I've now run into a slight problem.
It takes a couple of seconds for the new or updated data to be sent to the server and a valid response to be received. In this time, users are thinking they've not clicked the Save button properly and are resubmitting the data.
What would be the best way to show some sort of progress indicator to let the user know something is happening until the popup closes and the grid is displayed again.
Thanks.
I've finally got it all working just as I want, with some tricky ajax driven validation, but I've now run into a slight problem.
It takes a couple of seconds for the new or updated data to be sent to the server and a valid response to be received. In this time, users are thinking they've not clicked the Save button properly and are resubmitting the data.
What would be the best way to show some sort of progress indicator to let the user know something is happening until the popup closes and the grid is displayed again.
Thanks.