Hello Everyone
One more question from me : ) over the Interactive grid
I have a IG whose save or DML operations takes some good amount of time.
So in order to give users an impression that somethign is happening I would like to show a spinner when the Save button is pressed.
I have seen the apex.widget.waitPopUp() and apex.util.showSpinner() functions but
I am not clear how could I use them just before the IGs- DML process starts and remove the spinner after the DML process is completed.
Could you please let me konw if you have any inputs.
Best Regards
Nikhil
P.S: We are using Process of type Interactive grid -Automatic ROW Processing to perform the DML operations.