How can I enable the progress bar for row update?

I’m updating grid rows by ajax calls. how can I have a progress bar for the updating row?

If you are using dataprocessor - you can use onBeforeDataSending and onAfterUpdate events of dataprocessor to catch moments before and after data loading ( moments to show and hide any kind of custom progress )