cancel
Showing results for 
Search instead for 
Did you mean: 

i5Grid method/event

Former Member
0 Kudos

Hi,

I am using SAPUI5 with i5Grid.

I want to display or show Processing message while i5Grid is getting data and populate it and then hide the message after I draw i5Grid.

As SAPUI5 is Asynchronous execution, my show processing message is not displaying and hiding statement is execute while getting the response and populate the data in I5Grid.

Can you tell me Is there any method or event for i5grid to check the response and after the response to hide the processing message.

I have used the following events

rGrid.registerFirstUpdateEventHandler(myhandler); rGrid.registerUpdateEventHandler(myhandler);

I am hiding the processing message in myhandler function. But still the processing message doesn't display as myhandler function called before i5grid response.

Thanks for the help.

Regards,

Naga.

Accepted Solutions (0)

Answers (0)