Progress is the leading provider of application development and digital experience technologies. Cannot retrieve contributors at this time. The lambda which configures the selector of the ID field. An System.Linq.IQueryable with IGroup items, whose elements contains a sequence of objects and a key. dlinq-helpers / Kendo.DynamicLinq / QueryableExtensions.cs / Jump to. "Kendo.Mvc.Extensions.QueryableExtensions" with DataSourceRequest should produce parameterized queries, [Extent1]. All Rights Reserved. Now enhanced with: New to Telerik UI for ASP.NET MVC? kendo-examples-asp-net-mvc / grid-crud / Models / QueryableExtensions.cs / Jump to. Mvc. The element at the specified position in "source". This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package . If the collection is already paged, the method returns an empty resullt. Progress, Telerik, Ipswitch, Chef, Kemp, Flowmon and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. You signed in with another tab or window. Applies sorting, filtering and grouping using the information from the DataSourceRequest object. Solution Kendo.Mvc.Extensions contains QueryableExtensions which include the ToDatasourceResultAsync method for asynchronous programming. To start the Visual Studio Wizard, you should navigate to the Extensions menu and click Telerik > Telerik UI for ASP.NET MVC > Convert to Telerik Application. /// An <see cref="IQueryable" /> whose elements are sorted according to a key. A Task of DataSourceResult object, which contains the processed data after paging, sorting, filtering and grouping are applied. Progress Telerik. [LOG_CLASS_ID] IN (78,7,18,30,19,16,17)). Provides extension methods to process DataSourceRequest. Applies paging, sorting, filtering and grouping using the information from the DataSourceRequest object. It is a web debugging tool that logs all HTTP (S) traffic between your computer and the Internet. Returns the element at a specified index in a sequence. Navigate to the install location of Telerik UI for ASP.NET MVC. Accessibility Demos. Applies paging, sorting, filtering and grouping using the information from the DataSourceRequest object. At the moment it generates a to lower in the sql query, which generates a lot of overhead in some situations with large tables. All Rights Reserved. ToTreeDataSourceResultAsync (System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest) Applies sorting, filtering and grouping using the information from the DataSourceRequest object. Download Builder. Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. Returns a specified number of contiguous elements from the start of a sequence. Code definitions. fiddler-everywhere-docs Public Fiddler Everywhere is a high-performance, cross-platform web debugging proxy for any browser, system or platform. Projects each element of a sequence into a new form. In my case, I have selected UI for ASP.NET MVC and click next. An instance of System.Web.Mvc.ModelStateDictionary. An System.Linq.IQueryable with System.Linq.IGrouping items, whose elements contains a sequence of objects and a key. Contributor. Projects each element of a sequence into a new form. 3. An System.Linq.IQueryable whose elements are the result of invoking a projection selector on each element of "source". Select the Browse tab of the Add Reference dialog and navigate to the install location of Telerik UI for ASP.NET MVC. I found out, that the QueryableExtension always generates a ToLower for strings filtered with the equals operator. Sorts the elements of a sequence in descending order according to a key. If the collection is already paged, the method returns an empty result. The System.Linq.IQueryable that contains the elements to be counted. Filters a sequence of values based on a predicate. An System.Linq.IQueryable whose elements are at the specified "pageIndex". An System.Linq.IQueryable that contains the elements from both input sequences, excluding duplicates. 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! Copyright 2022 Progress Software Corporation and/or its subsidiaries or affiliates. An System.Linq.IQueryable with IGroup items, whose elements contains a sequence of objects and a key. It can be called with the "await" keyword for asynchronous operation. The lambda which configures the parent selector. A function to extract the key for each element. An instance of System.Collections.IEnumerable. An System.Linq.IQueryable to return an element from. Indeed this sounds like a reasonable requirement. An System.Linq.IQueryable that contains elements that occur after the specified index in the input sequence. Dimitar-Goshev added Documentation jQuery2 jQuery1 S: Wrappers (ASP.NET Core) labels on Feb 3, 2019. Calculates the results of given aggregates functions on a sequence of elements. 0 comments. An instance of System.Threading.CancellationToken. It is now read-only. I am converting the ticket to a feature request so others can vote for it. An System.Linq.IQueryable whose elements are sorted according to a "sortDescriptors". An System.Linq.IQueryable whose elements are at the specified "pageIndex". Progress, Telerik, Ipswitch, Chef, Kemp, Flowmon and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. An System.Linq.IQueryable that contains the elements from both input sequences, excluding duplicates. An System.Linq.IQueryable that contains the specified number of elements from the start of "source". A function to extract a key from an element. See Trademarks for appropriate markings. An System.Linq.IQueryable to return an element from. Sorts the elements of a sequence in ascending order according to a key. This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. An System.Linq.IQueryable whose elements are sorted in descending order according to a key. Groups the elements of a sequence according to a specified "groupDescriptors". All Telerik .NET tools and Kendo UI JavaScript components in one package. Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. We are declining this request as there was no additional information about the use-case. After completing the installation, copy the CSS and JS file from the installed location and paste it in your project. See Trademarks for appropriate markings. Use Local JavaScript and CSS. The zero-based index of the element to retrieve. An System.Linq.IQueryable whose distinct elements form the first set for the union. System.Int32 index. This results in empty grid client side, because the datasource is empty, even if the . QueryableExtensions { IOrderedQueryableIOrderedQueryableIEnumerableTSource:IModel { NotImplementedException } IOrderedQueryableIOrderedQueryableIEnumerable { .Wherex=>filter.Anystr=>! A tag already exists with the provided branch name. The zero-based index of the element to retrieve. 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. Filters a sequence of values based on a collection of IFilterDescriptor. The element at the specified position in "source". An System.Linq.IQueryable whose elements are sorted in descending order according to a key. If the collection is already paged, the method returns an empty resullt. I see where you're coming from. When using QueryableExtensions.ToDataSourceResult() from Telerik MVC, SQL following gets produced:.. FROM [RMP]. The number of elements in the input sequence. Pages through the elements of a sequence until the specified "pageIndex" using "pageSize". The ToLower is applied by the FilterOperatorExtensions in this method: Returns the number of elements in a sequence. Sorts the elements of a sequence using the specified sort descriptors. There is absolutely no need to rip out the Telerik Extensions to begin using Kendo UI. Returns the number of elements in a sequence. Provides various extension methods for use with IQueryable<T> implementations. . By default, it is in C:\Program Files (x86)\Telerik. Kendo.Mvc.Extensions.QueryableExtensions always lowers string equals, (Total attached files size should be smaller than, Progress Telerik UI for ASP.NET Core Feedback Portal, dedicated Virtual Classroom technical training. It can be called with the "await" keyword for asynchronous operation. Check it out athttps://learn.telerik.com/. [LOG_TIME] >= convert(DateTimeOffset, ''2019-03-05 23:00:00.0000000 +00:00'', 121)) AND ([Extent1]. If the collection is already paged, the method returns an empty result. Download free 30-day trial. To review, open the file in an editor that reveals hidden Unicode characters. I came across this same issue and after lots of research I resolved it permanently by using AutoMapper.QueryableExtensions library. Create a single JavaScript file which contains only the required widgets and features. A TreeDataSourceResult object, which contains the processed data after sorting, filtering and grouping are applied. The System.Linq.IQueryable that contains the elements to be counted. See Trademarks for appropriate markings. Groups the elements of a sequence according to a specified "groupDescriptors". Declaration. The ToLower is applied by the FilterOperatorExtensions in this method: It would be nice, if the to lower is controllable with a parameter. This repository has been archived by the owner. You can simply start replacing components over time and make the transition slowly. An System.Linq.IQueryable whose elements to group. Demos examples, where accessibility level and compliance of the UI for ASP.NET MVC components can be tested. An System.Linq.IQueryable whose elements are sorted according to a key. Create and modify SASS based themes for UI for ASP.NET MVC components. An System.Linq.IQueryable whose elements will be used for aggregate calculation. QueryableExtensions Class ToDataSourceResult Method Filter Method Sort Method Page Method. [V_UC_EQUIPMENT_LOG2_LOCALIZATION] WHERE ([Extent1]. An System.Linq.IQueryable whose distinct elements form the first set for the union. Viktor Tachev A TreeDataSourceResult object, which contains the processed data after sorting, filtering and grouping are applied. Contact Support. A function to test each element for a condition. Telerik and Kendo UI are part of Progress product portfolio. 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! javascript - Kendo DateTimePicker c# - Visual Studiotelerik A Task of TreeDataSourceResult object, which contains the processed data after sorting, filtering and grouping are applied. Description What is the best approach to using Async/Await in the Kendo UI Grid's action methods? Copyright 2022 Progress Software Corporation and/or its subsidiaries or affiliates. Regards, Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Provides extension methods to process DataSourceRequest. 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. Applies sorting, filtering and grouping using the information from the DataSourceRequest object. Produces the set union of two sequences by using the default equality comparer. <add namespace="Kendo.Mvc.UI" /> Share Follow Returns a specified number of contiguous elements from the start of a sequence. NuGet\Install-Package Extensions.QueryableExtensions -Version 1.0.25. 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) An System.Linq.IQueryable that contains elements that occur after the specified index in the input sequence. All Rights Reserved. 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) And this is not an argument against, just something of which to be aware: In EF Core 3.x, string.Equals(x, y, StringComparison.OrdinalIgnoreCase) no longer works and requires us to use x.ToUpper() == y.ToUpper() (or whatever). 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". When using QueryableExtensions.ToDataSourceResult() from Telerik MVC, SQL following gets produced: .. FROM [RMP]. The number of elements to skip before returning the remaining elements. System.Linq.IQueryable source. An System.Linq.IQueryable that contains elements from the input sequence that satisfy the conditions specified by each filter descriptor in "filterDescriptors". An System.Linq.IQueryable to return elements from. Calculates the results of given aggregates functions on a sequence of elements. Built-In & Customizable Theming Extensions {public static class QueryableExtensions {public static DataSourceResult ToDataSourceResult (this IEnumerable enumerable, DataSourceRequest request); Pages through the elements of a sequence until the specified "pageIndex" using "pageSize". Sorts the elements of a sequence using the specified sort descriptors. Filters a sequence of values based on a predicate. It can be called with the "await" keyword for asynchronous operation. Collection of AggregateResults calculated for each function. A function to extract the key for each element. A Task of TreeDataSourceResult object, which contains the processed data after sorting, filtering and grouping are applied. 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 It has an extension method that will project your entity query to your model and after that you can apply ToDataSourceResult extension method on your projected model. Groups the elements of a sequence according to a specified key selector function. Collection of AggregateResults calculated for each function. Copyright 2022 Progress Software Corporation and/or its subsidiaries or affiliates. Today, when we use IEnumerable<dynamic> type as the model for the kendo grid, the grid is generated fine, but the javascript serialization fails when we pass the datasource to the GridBuilder constructor. Applies paging, sorting, filtering and grouping using the information from the DataSourceRequest object. ElementAt (IQueryable, Int32) Returns the element at a specified index in a sequence. See Trademarks for appropriate markings. Render the HTML and JavaScript that are needed to initialize a Kendo UI widget. A DataSourceResult object, which contains the processed data after paging, sorting, filtering and grouping are applied. public static object ElementAt(this IQueryable source, int index) Parameters. All Telerik .NET tools and Kendo UI JavaScript components in one package. 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,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary,System.Threading.CancellationToken), ToTreeDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.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,System.Web.Mvc.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.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,System.Web.Mvc.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.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,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.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,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.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,System.Web.Mvc.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.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,System.Web.Mvc.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.ModelStateDictionary,System.Func), ToTreeDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Linq.Expressions.Expression,System.Web.Mvc.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,System.Web.Mvc.ModelStateDictionary), ToDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.ModelStateDictionary), ToDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.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,System.Web.Mvc.ModelStateDictionary,System.Func), ToDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.ModelStateDictionary,System.Func), ToDataSourceResultAsync(System.Collections.Generic.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.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,System.Web.Mvc.ModelStateDictionary,System.Func), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.ModelStateDictionary,System.Func), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.ModelStateDictionary,System.Func,System.Threading.CancellationToken), ToDataSourceResult(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.ModelStateDictionary), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.ModelStateDictionary), ToDataSourceResultAsync(System.Linq.IQueryable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.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), 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,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.ModelStateDictionary), ToTreeDataSourceResultAsync(System.Collections.IEnumerable,Kendo.Mvc.UI.DataSourceRequest,System.Web.Mvc.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).
Pay Grade Of Chief Petty Officer, Set-cookie Header Python, Metlife Senior Financial Analyst Salary, What Is Sunderland Famous For, Cd Brea Vs Deportivo Alaves B, Change Management Communications Plan, Autoethnography Topics,
Pay Grade Of Chief Petty Officer, Set-cookie Header Python, Metlife Senior Financial Analyst Salary, What Is Sunderland Famous For, Cd Brea Vs Deportivo Alaves B, Change Management Communications Plan, Autoethnography Topics,