Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    cancel/check pending requests on a grid/data source.

    Are there any method on DataBoundComponent or DataSource to check if there is a pending request and cancel if required. The only method I am able to find is on RPCManager.requestsArePending() but that won't work to check for a specific component or grid?

    #2
    There are APIs such as resultSet.isLengthKnown() and rangeIsLoading() that could be used to detect whether the grid has any data at all, or check whether the currently visible range of rows is still loading. There's also AutoTest.isGridDone(), which could be used to detect whether there is *anything* pending on a grid.

    Outside of this, you'll need to be much more specific about what you need to cancel and what you expect the result to be.

    Comment

    Working...
    X