Example of ExpandoObject Binding in ASP.NET MVC Data Grid Control
This sample shows how to use ExpandoObject data binding with CRUD operations, sorting and filtering in the Grid component.
DEMO
SOURCE
The Grid supports ExpandoObject data binding. The DataSource
property can be assigned as list of ExpandoObject.
More information about data binding can be found in this documentation opens in a new tabsection.