KendoNET.DynamicLinq
KendoNET.DynamicLinq copied to clipboard
Elevate Your Kendo UI Experience with this ASP.NET Core's Free Package!
adding information as to why the NuGet package has just vanished.
Extension method with DataSourceRequest parameter added for "ToDataSourceResultAsync"
I want to filter based on Enum values and Is there any way I can pass "IN" query and array of values to be filter? Like in SQL we have`...
When I ran the tests after pulling, they were failing due to a timezone mismatch. I fixed that and then made the DataSourceResult a generic class so it can be...
Added a boolean param in Filter to support case-insensitive filter for strings and operators - StartsWith, EndsWith, Contains and Doesnotcontain
Filters that deals with string comparisons such as Contains (Does not contains) and StartsWith (Does not starts with) are **NOT** ignoring case. So, filters like string.StartsWith("for") does not works for...
When trying to do serverside grouping I get the following JS error: ``` kendo.all.js:69687 Uncaught TypeError: Cannot read property 'length' of undefined at init._rowsHtml (kendo.all.js:69687) at init._groupRowHtml (kendo.all.js:69772) at init._renderContent...
Bumps [System.Linq.Dynamic.Core](https://github.com/zzzprojects/System.Linq.Dynamic.Core) from 1.2.13 to 1.3.0. Changelog Sourced from System.Linq.Dynamic.Core's changelog. v1.3.0 (03 March 2023) #669 - Methods should only be callable on predefined types [security] contributed by StefH #671...
I looked that this project looks abandoned So I created a fork with some features and you can use/help - NET 8.0 - Nullable Reference Types - Typed Result (based...