Has anyone found a way to dynamically create a grid using ExpandoObject, DynamicObject or Reflection.Emit and at the same time allow CRUD operations?
I was able to use Reflection.Emit to dynamically create my grid columns and display data, but once I try to edit a row, the cell contents disappear.
Any help would be greatly appreciated!