Kendo grid - Cancel request

0 Answers 8 Views
Date/Time Pickers Filter Grid MultiSelect NumericTextBox
Salvatore
Top achievements
Rank 1
Salvatore asked on 28 Jul 2025, 06:05 AM | edited on 28 Jul 2025, 06:06 AM

Hello there,
i have a project with MVC Asp.Net, Kendo v. "2024.4.1112.462" and would like to
- load data into grid, the data is returned by MVC Controller
- the spinner with the "loading data in progress" should never appear
- so the user can "play" on the grid header filters while loading data is ongoing 
- when the user clicks on "apply" on grid header filter, the previous request must be canceled to run the new request with latest filters applied, in this way the c#  CancellationToken is Canceled on server side.

Can you tell me how to "cancel" the actual http request from the kendo grid (client) and execute the new one, as described in the last point?

thanks in advance

No answers yet. Maybe you can help?

Tags
Date/Time Pickers Filter Grid MultiSelect NumericTextBox
Asked by
Salvatore
Top achievements
Rank 1
Share this question
or