Hi,
With signalr, we can change the page by clicking on link (menu...) even if grid is not loaded (not with AJAX, IIS stores in queue the requests).
Is it possible to "kill" / abort read request in grid, without changing page ?
Ex.:
- I read the grid data, it takes long time.
- I want to filter data with extra param (that's ok), without waiting for the end of the first request.
I tried to stop / start hub connection before reading, i saw the abort call but grid did'nt send the request next.
How can we abort the request pulling ?
Many thanks,
Kendo v2015.1.408
Signalr 2.2.0