Hi Everybody,
Is there any client side event to catch when UltraWebGrid is completely populated?
I would like to make some additional checking or validation on the client side at that moment when UltraWebGrid is completely populated or completely rendered. It will help me to solve some problem on the client side.
I'll appreciate any help.
Hi,
you can try InitializeLayout client - side event handler.
Hope this helps.
Thank you so much for fast response.
It really helped to catch that moment when grid is containing data on the client page.
Thanks.