Completed
Last Updated: 25 Aug 2021 12:54 by ADMIN
Marcin
Created on: 23 Nov 2017 10:53
Category: UI for ASP.NET MVC
Type: Feature Request
25
ToDataSourceResultAsync should support Cancellation token
Cancellation token is widely supported in entity framework. And it has big benefits for long running queries to allow cancel them.

ToDataSourceResultAsync methods should support passing cancellation token as a parameter.
1 comment
Padhraic
Posted on: 14 Aug 2018 10:21
This would be very useful for handling slow queries.