{"id":23946314,"url":"https://github.com/andreavitali/netcorekendogridbinding","last_synced_at":"2026-06-21T01:32:36.223Z","repository":{"id":84825793,"uuid":"223908449","full_name":"andreavitali/NetCoreKendoGridBinding","owner":"andreavitali","description":"Automatic server side filtering/paging/sorting/grouping for Kendo UI Angular, using ASP.NET Core 3.0.","archived":false,"fork":false,"pushed_at":"2023-06-27T23:09:55.000Z","size":21,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-06-21T01:32:33.272Z","etag":null,"topics":["automapper","dynamic-linq","kendo-ui","netcore3"],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreavitali.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-11-25T09:19:56.000Z","updated_at":"2025-05-11T21:00:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"2546e9de-5e42-4b98-8466-0b1858efb5ac","html_url":"https://github.com/andreavitali/NetCoreKendoGridBinding","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andreavitali/NetCoreKendoGridBinding","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreavitali%2FNetCoreKendoGridBinding","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreavitali%2FNetCoreKendoGridBinding/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreavitali%2FNetCoreKendoGridBinding/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreavitali%2FNetCoreKendoGridBinding/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreavitali","download_url":"https://codeload.github.com/andreavitali/NetCoreKendoGridBinding/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreavitali%2FNetCoreKendoGridBinding/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34591166,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automapper","dynamic-linq","kendo-ui","netcore3"],"created_at":"2025-01-06T08:35:27.160Z","updated_at":"2026-06-21T01:32:36.207Z","avatar_url":"https://github.com/andreavitali.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NetCoreKendoAngularGridBinding\n\n## Description\nAutomatic server side filtering/paging/sorting/grouping for Kendo UI Angular, using ASP.NET Core 3.0.\n\n## Main features\n- Injectable naming service to convert JSON/API field names to C#/EF names (e.g. from snake case to pascal case)\n- Automapper is used to map DB entities to DTOs, and back from DTO-based grid clauses to expressions that could be used in Dynamic LINQ/EntityFramework.\n\n## Notes\nAngular application is not developed.  \nA complete request string generated by Kendo using `toDataSourceRequestString` is shown here:\n\n```\npage=1\u0026pageSize=10\u0026\nfilter=(Salary~gte~1500~and~(FullName~startswith~'b'~or~FullName~startswith~'r')~and~Recruitment~gte~datetime'2015-01-01T00-00-00')\u0026\nsort=FullName-asc~Salary-asc\u0026\ngroup=Department-asc\n```\n\nFilter clauses have a little tricky syntax, so i'll give you some other examples:\n- Two columns, one composite filter and one single filter\n```\nfilter=((FirstName~startswith~'c'~or~FirstName~startswith~'d')~and~Salary~gte~1500)\n```\n- One column, composite filter\n```\nfilter=(FirstName~startswith~'c'~or~FirstName~startswith~'d')\n```\n- Two columns, single filters\n```\nfilter=(FirstName~contains~'c'~and~Salary~gte~1500)\n```\n- Single column, single filter\n```\nfilter=FirstName~eq~'Bob'\n```\n\nFull kendo documentation is [here](https://www.telerik.com/kendo-angular-ui/components/dataquery/mvc-integration/)\n\n## Known limitations\n- No aggregates\n- No complex mapping scenarios ()\n\n## Library used\n- [System.Linq.Dynamic.Core](https://github.com/StefH/System.Linq.Dynamic.Core)\n- [Automapper](https://github.com/AutoMapper/AutoMapper)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreavitali%2Fnetcorekendogridbinding","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreavitali%2Fnetcorekendogridbinding","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreavitali%2Fnetcorekendogridbinding/lists"}