Forum Discussion

d_ramakrishnan's avatar
d_ramakrishnan
New Contributor
10 years ago

Wait till ExtJs Grid reloads

I have a ExtJs application where I am automating test scripts using Test Complete.

I have a tree and a grid. For each click in the tree , grid loads with thousands of rows and a particular row needs to be clicked further. Grid loading/ reloading takes some time.

 

When I tried to automate this, scripts were not waiting till the grid loads.

 

I tried using various wait statements which are given, but could not succeed.

I tried to capture "loading mask" from the grid and tried to wait till it disappear. This also went in failure.

I dont want a Delay statement here as grid reloading time varies depending on the total no of rows/ server speed.

 

How to achieve "Waiting till Ext JS Grid Reloads"?

3 Replies

  • Hi!

     

    It should be done automatically if you are using a special support for this control (like ClickCell instead of Click):

    Ext JS Grid Panel Support

     

    If it does not work properly in any particular scenario you can always open a support ticket on it.

     

    Hope it helps,

    UnveN