By default, it is in C:\Program Files (x86)\Telerik. An System.Linq.IQueryable whose distinct elements form the first set for the union. Progress is the leading provider of application development and digital experience technologies. Code definitions. A projection function to apply to each element. A TreeDataSourceResult object, which contains the processed data after sorting, filtering and grouping are applied. Select the Browse tab of the Add Reference dialog and navigate to the install location of Telerik UI for ASP.NET MVC. Returns the number of elements in a sequence. 3. All Rights Reserved. It can be called with the "await" keyword for asynchronous operation. An System.Linq.IQueryable whose elements are sorted in descending order according to a key. An System.Linq.IQueryable whose elements will be used for aggregate calculation. The System.Linq.IQueryable that contains the elements to be counted. Simple, yet powerful data binding and CRUD operations with multitude of options - EF Core, OData, Web API and SignalR. Dimitar-Goshev added Documentation jQuery2 jQuery1 S: Wrappers (ASP.NET Core) labels on Feb 3, 2019. Collection of AggregateResults calculated for each function. Indeed this sounds like a reasonable requirement. Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Calculates the results of given aggregates functions on a sequence of elements. An System.Linq.IQueryable whose distinct elements form the first set for the union. See Trademarks for appropriate markings. Contribute to telerik/kendo-examples-asp-net-mvc development by creating an account on GitHub. "Kendo.Mvc.Extensions.QueryableExtensions" with DataSourceRequest should produce parameterized queries. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. Groups the elements of a sequence according to a specified key selector function. If the collection is already paged, the method returns an empty resullt. at Kendo.Mvc.Extensions.QueryableExtensions.ToDataSourceResult (IQueryable queryable, DataSourceRequest request, ModelStateDictionary modelState) at Kendo.Mvc.Extensions.QueryableExtensions.ToDataSourceResult (IQueryable enumerable, DataSourceRequest request) at Kendo.Mvc.UI.DataSource.Process (DataSourceRequest request, Boolean processData) I see where you're coming from. Applies paging, sorting, filtering and grouping using the information from the DataSourceRequest object. When executing a sub-query in Select clause on a SQL Server datetime field (ie not datetime2) the generated SQL wraps the subquery in a COALESCE statement with a default of '0001-01-01T00:00:00.0000000' - this causes the query to fail because it cannot be converted to datetime (though would be fine for datetime2) Copyright 2022 Progress Software Corporation and/or its subsidiaries or affiliates. Extensions {public static class QueryableExtensions {public static DataSourceResult ToDataSourceResult (this IEnumerable enumerable, DataSourceRequest request); QueryableExtensions Class ToDataSourceResult Method ToDataSourceResult Method ToDataSourceResult Method Filter Method Aggregate Method Sort Method Page Method. It can be called with the "await" keyword for asynchronous operation. An System.Linq.IQueryable with IGroup items, whose elements contains a sequence of objects and a key. Provides various extension methods for use with IQueryable<T> implementations. Kendo.Mvc.Extensions.QueryableExtensions always lowers string equals. An System.Linq.IQueryable to return an element from. When using a parameterized query, Sql Server can reuse the execution plan much better saving compile time, which is in our case sometimes a big issue. An System.Linq.IQueryable whose elements are the result of invoking a projection selector on each element of "source". Filters a sequence of values based on a predicate. An instance of System.Web.Mvc.ModelStateDictionary. Applies paging, sorting, filtering and grouping using the information from the DataSourceRequest object. An System.Linq.IQueryable that contains the specified number of elements from the start of "source". An System.Linq.IQueryable that contains elements from the input sequence that satisfy the conditions specified by each filter descriptor in "filterDescriptors". Solution Kendo.Mvc.Extensions contains QueryableExtensions which include the ToDatasourceResultAsync method for asynchronous programming. A function to extract the key for each element. Filters a sequence of values based on a predicate. The ToLower is applied by the FilterOperatorExtensions in this method: A projection function to apply to each element. namespace Kendo. See Trademarks for appropriate markings. An System.Linq.IQueryable whose elements are at the specified "pageIndex". In my case, I have selected UI for ASP.NET MVC and click next. If the collection is already paged, the method returns an empty result. 0 comments. /// A function to extract a key from an element. Propagate the widget's options to the client-side through its initialization script. An System.Linq.IQueryable that contains elements that occur after the specified index in the input sequence. Obtendo o nome do Kendo Grid em um manipulador de eventos - kendo-ui, kendo-grid, kendo-asp.net-mvc Dependncia Unte Peer kendo-angular-grid@1.8. com rxjs@5.5.5 - kendo-ui-angular2 Rolagem de grade do Kendo Q3 2013 no funciona - kendo-grid, kendo-asp.net-mvc Applies sorting, filtering and grouping using the information from the DataSourceRequest object. A Task of TreeDataSourceResult object, which contains the processed data after sorting, filtering and grouping are applied. CallQueryableMethod ( "GroupBy", keySelector ); /// Sorts the elements of a sequence in ascending order according to a key. To review, open the file in an editor that reveals hidden Unicode characters. Projects each element of a sequence into a new form. It inspects and edits traffic, issue requests, and fiddle with incoming and outgoing data. If the collection is already paged, the method returns an empty result. The Telerik UI for ASP.NET MVC HTML helpers: Allow you to configure a Kendo UI widget through C# or VB.NET codefor example, to set its value, data source, and so on. It can be called with the "await" keyword for asynchronous operation. [LOG_CLASS_ID] IN (78,7,18,30,19,16,17)). The zero-based index of the element to retrieve. Download Builder. Calculates the results of given aggregates functions on a sequence of elements. There is absolutely no need to rip out the Telerik Extensions to begin using Kendo UI. Progress is the leading provider of application development and digital experience technologies. I came across this same issue and after lots of research I resolved it permanently by using AutoMapper.QueryableExtensions library. An instance of System.Collections.IEnumerable. An System.Linq.IQueryable that contains elements from the input sequence that satisfy the conditions specified by each filter descriptor in "filterDescriptors". Create a single JavaScript file which contains only the required widgets and features. You can choose the desired release version for your project and select a Telerik theme that will give your application the look and feel you prefer. An System.Linq.IQueryable whose elements to group. Applies paging, sorting, filtering and grouping using the information from the DataSourceRequest object. This repository has been archived by the owner. Returns the number of elements in a sequence. Now enhanced with: New to Telerik UI for ASP.NET MVC? Type: Feature Request. All Rights Reserved. Append an below add tag to the namespaces tag. The zero-based index of the element to retrieve. At the moment it generates a to lower in the sql query, which generates a lot of overhead in some situations with large tables. An System.Linq.IQueryable with System.Linq.IGrouping items, whose elements contains a sequence of objects and a key. . The number of elements in the input sequence. An instance of System.Threading.CancellationToken. When using QueryableExtensions.ToDataSourceResult() from Telerik MVC, SQL following gets produced:.. FROM [RMP]. First of all, Kendo UI for ASP.NET MVC can be included in your project and work side-by-side with the Telerik Extensions for ASP.NET MVC. QueryableExtensions Class ToDataSourceResult Method Filter Method Sort Method Page Method. The number of elements to skip before returning the remaining elements. /// An <see cref="IQueryable" /> whose elements are sorted according to a key. When using QueryableExtensions.ToDataSourceResult() from Telerik MVC, SQL following gets produced: .. FROM [RMP]. And I guess, based on the COLLATION of the SQL database, it might not matter. Groups the elements of a sequence according to a specified "groupDescriptors". An System.Linq.IQueryable that contains elements from the input sequence that satisfy the condition specified by "predicate". A function to test each element for a condition. If the collection is already paged, the method returns an empty result. Code navigation index up-to-date Go to file Go to file T; Go to line L; Viktor Tachev An System.Linq.IQueryable whose elements are sorted according to a key. An System.Linq.IQueryable whose elements will be used for aggregate calculation. Hi guys, I found out, that the QueryableExtension always generates a ToLower for strings filtered with the equals operator. Code navigation not available for this commit. An System.Linq.IQueryable that contains elements from the input sequence that satisfy the condition specified by "predicate". ElementAt (IQueryable, Int32) Returns the element at a specified index in a sequence. Sorts the elements of a sequence in ascending order according to a key. An System.Linq.IQueryable to return elements from. Use Local JavaScript and CSS. QueryableExtensions { IOrderedQueryableIOrderedQueryableIEnumerableTSource:IModel { NotImplementedException } IOrderedQueryableIOrderedQueryableIEnumerable { .Wherex=>filter.Anystr=>! An System.Linq.IQueryable whose elements are sorted according to a key. Contact Support. /// A sequence of values to order. Sorts the elements of a sequence using the specified sort descriptors. Now enhanced with: New to Telerik UI for ASP.NET Core? A function to extract a key from an element. QueryableExtensions 1.0.25. Category: UI for ASP.NET MVC. The element at the specified position in "source". We are declining this request as there was no additional information about the use-case. [LOG_TIME] >= convert(DateTimeOffset, ''2019-03-05 23:00:00.0000000 +00:00'', 121)) AND ([Extent1]. at Kendo.Mvc.Extensions.QueryableExtensions.ToDataSourceResult(IQueryable queryable, DataSourceRequest request) at TestProvider.TestDS(DataSourceRequest request) in Test.cs:line 127 at TestController.Grid_Read(DataSourceRequest request) in TestController.cs:line 91 The lambda which configures the selector of the ID field. An System.Linq.IQueryable to return an element from. Calls Kendo.Mvc.Extensions.QueryableExtensions.OrderBy(System.Linq.IQueryable,System.Linq.Expressions.LambdaExpression) or Kendo.Mvc.Extensions.QueryableExtensions.OrderByDescending(System.Linq.IQueryable,System.Linq.Expressions.LambdaExpression) depending on the "sortDirection". <add namespace="Kendo.Mvc.UI" /> Share Follow An System.Linq.IQueryable that contains the elements from both input sequences, excluding duplicates. An System.Linq.IQueryable whose elements are sorted according to a "sortDescriptors". At the moment I remove all "equal to" filter and apply it manually to the IQueryable object. Bypasses a specified number of elements in a sequence and then returns the remaining elements. Locate the namespaces tag. A function to extract the key for each element. ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Func,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func,System.Threading.CancellationToken), ToDataSourceResult(System.Data.DataTable,Kendo.Mvc.UI.DataSourceRequest), ToDataSourceResultAsync(System.Data.DataTable,Kendo.Mvc.UI.DataSourceRequest), ToDataSourceResultAsync(System.Data.DataTable,Kendo.Mvc.UI.DataSourceRequest,System.Threading.CancellationToken), ToDataSourceResult(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest), ToDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest), ToDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Threading.CancellationToken), ToDataSourceResult(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Threading.CancellationToken), ToDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Threading.CancellationToken), ToDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Func), ToDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Func), ToDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Func,System.Threading.CancellationToken), ToDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func,System.Threading.CancellationToken), ToDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Func), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Func), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Func,System.Threading.CancellationToken), ToDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Func,System.Threading.CancellationToken), ToDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Threading.CancellationToken), Sort(System.Linq.IQueryable,System.Collections.Generic.IEnumerable), Page(System.Linq.IQueryable,System.Int32,System.Int32), Select(System.Linq.IQueryable,System.Linq.Expressions.LambdaExpression), GroupBy(System.Linq.IQueryable,System.Linq.Expressions.LambdaExpression), OrderBy(System.Linq.IQueryable,System.Linq.Expressions.LambdaExpression), OrderByDescending(System.Linq.IQueryable,System.Linq.Expressions.LambdaExpression), OrderBy(System.Linq.IQueryable,System.Linq.Expressions.LambdaExpression,System.Nullable), GroupBy(System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Boolean), GroupBy(System.Linq.IQueryable,System.Linq.IQueryable,System.Collections.Generic.IEnumerable,System.Boolean), Aggregate(System.Linq.IQueryable,System.Collections.Generic.IEnumerable), Where(System.Linq.IQueryable,System.Linq.Expressions.Expression), Where(System.Linq.IQueryable,System.Collections.Generic.IEnumerable), Take(System.Linq.IQueryable,System.Int32), Skip(System.Linq.IQueryable,System.Int32), ElementAt(System.Linq.IQueryable,System.Int32), Union(System.Linq.IQueryable,System.Linq.IQueryable), ToTreeDataSourceResult(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest), ToTreeDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest), ToTreeDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Func,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Func,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression).
Last Day To Pay Property Taxes 2022, Alpha Academy Wwe Figures, Kindness Speech For Students, Abide Meditation For Stress, Vantage Data Centers Owner, Coldplay Houston 2022 Tickets,