Show progress bar in the grid
I need to show progress bar when I am searching for the data in synchronous mode.
I am using following to show progress bar in the grid but the progress bar would not come up
obj.setStatusProperty("code","loading");
obj.refresh();
var req = new Active.HTTP.Request;
req.setProperty("async", false); ...
...
...
Thanks
I am using following to show progress bar in the grid but the progress bar would not come up
obj.setStatusProperty("code","loading");
obj.refresh();
var req = new Active.HTTP.Request;
req.setProperty("async", false); ...
...
...
Thanks
mike
April 20,