Hello,
As you said there is ajax call and this call is delayed. So making
trigger(“reloadGrid”) and after this to get the number of reccord will give
you diffrent results.
My suggestion is to use gridComplete event – this way you will be sure
that all data is loadded and get the number of records.
Regards
Tony