{"id":23061242,"url":"https://github.com/syncfusionexamples/binding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid","last_synced_at":"2025-07-10T12:14:32.687Z","repository":{"id":212658720,"uuid":"731995220","full_name":"SyncfusionExamples/binding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid","owner":"SyncfusionExamples","description":"A quick start ASP.NET Core web application that shows how to bind the Expando and Dynamic Objects to a Data Grid. ","archived":false,"fork":false,"pushed_at":"2024-08-01T17:06:08.000Z","size":1014,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-01T19:18:39.956Z","etag":null,"topics":["aspdotnetcore-datagrid","aspdotnetcore-datagrid-binding","aspdotnetcore-datagrid-dynamic-object-binding","aspdotnetcore-datagrid-expando-object-binding","aspdotnetcore-datagrid-list-binding","aspdotnetcore-datatable"],"latest_commit_sha":null,"homepage":"","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/SyncfusionExamples.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":"2023-12-15T11:28:22.000Z","updated_at":"2024-08-01T17:06:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"91246824-e236-462c-abbb-67caf0b7bc23","html_url":"https://github.com/SyncfusionExamples/binding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid","commit_stats":null,"previous_names":["syncfusionexamples/binding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2Fbinding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2Fbinding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2Fbinding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SyncfusionExamples%2Fbinding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SyncfusionExamples","download_url":"https://codeload.github.com/SyncfusionExamples/binding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229901552,"owners_count":18141741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["aspdotnetcore-datagrid","aspdotnetcore-datagrid-binding","aspdotnetcore-datagrid-dynamic-object-binding","aspdotnetcore-datagrid-expando-object-binding","aspdotnetcore-datagrid-list-binding","aspdotnetcore-datatable"],"created_at":"2024-12-16T03:17:05.539Z","updated_at":"2024-12-16T03:17:06.140Z","avatar_url":"https://github.com/SyncfusionExamples.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binding Expando and Dynamic Objects to the ASP.NET Core DataGrid Control\n\nA quick start ASP.NET Core web application demonstrating how to bind a dynamic list of objects using Expando and Dynamic Objects using Syncfusion Grid Control.\n\n* `ExpandoObject`: Allows dynamic members to be added or removed at runtime, useful for binding data to a Data Grid without a predefined model.\n* `DynamicObject`: Enables runtime definition of object structure and behavior by inheriting from DynamicObject and overriding methods like TryGetMember, TrySetMember, and GetDynamicMemberNames.\n\n## Documentations: \n* Expando Object: https://ej2.syncfusion.com/aspnetcore/documentation/grid/data-binding/local-data#expandoobject-binding \n* Dynamic Object: https://ej2.syncfusion.com/aspnetcore/documentation/grid/data-binding/local-data#dynamicobject-binding\n* Data Binding: https://ej2.syncfusion.com/aspnetcore/documentation/grid/data-binding/remote-data \n* Table Binding: https://ej2.syncfusion.com/aspnetcore/documentation/grid/data-binding/data-table\n---\nDemo:  https://ej2.syncfusion.com/aspnetcore/Grid/DefaultFunctionalities#/fluent\n\n## Project pre-requisites \nMake sure you have compatible versions of the following IDE and framework installed on your machine before starting this project:\n\n* .NET SDK 6.0 ([.NET ](https://dotnet.microsoft.com/en-us/download))\n* Visual Studio 2022 ([Visual studio](https://visualstudio.microsoft.com/downloads/)) or later\n---\nTo learn more about the supported IDE and frameworks for our ASP.NET Core controls, please refer to the documentation below: \nhttps://ej2.syncfusion.com/aspnetcore/documentation/system-requirements\n\n\n\n### How to run this application:\n\nTo run this application, you need to clone the `binding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid` repository and open it in Visual Studio. Install the necessary NuGet packages via the package manager, then build and run the project using the Visual Studio interface.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fbinding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyncfusionexamples%2Fbinding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyncfusionexamples%2Fbinding-expando-and-dynamic-objects-to-the-aspdotnet-core-datagrid/lists"}