Skip to content

Releases: linmasaki/KendoNET.DynamicLinq

Kendo.DynamicLinqCore 3.1.0

12 Feb 06:30
Compare
Choose a tag to compare

Release Notes

  • Fixed issue that the LINQ query with sub-property can't be translated and will be evaluated locally. #10
  • Fix the method ToDataSourceResult<T>(this IQueryable<T> queryable, DataSourceRequest request) ignored the aggregator parameter. #12

Kendo.DynamicLinqCore 2.2.0

05 Jul 08:26
Compare
Choose a tag to compare

Release Notes

  • Change the property "Group" of DataSourceResult to "Groups".
  • Add new property "Aggregate" to DataSourceRequest. #5
  • Fixed getting wrong grouping data in the request using aggregates in grouping configuration.

Kendo.DynamicLinqCore 2.0.0

10 Sep 12:59
Compare
Choose a tag to compare

Release Notes

  • #2 Now support .NetStandard2.0.