This question is locked. New answers and comments are not allowed.
Hi,
I am really stuck at implementing a very weird requirement. I need to implement a grid with a dynamic model with editing, inserting and deleting required. That's not all, it should be a batch editing.
I have tried implementing that using 2 approaches i.e. DataTable and ExpandoObject. But both are giving the same error to me whenever I am turning on the editing. Error is "Templates can be used only with field access, property access, single-dimension array index, or single-parameter custom indexer expressions.", which I am not able to resolve.
It will be really great if someone can help me fix the issue immediately. Any other working approach will also do. Attaching the source code along this.
Thanks.
I am really stuck at implementing a very weird requirement. I need to implement a grid with a dynamic model with editing, inserting and deleting required. That's not all, it should be a batch editing.
I have tried implementing that using 2 approaches i.e. DataTable and ExpandoObject. But both are giving the same error to me whenever I am turning on the editing. Error is "Templates can be used only with field access, property access, single-dimension array index, or single-parameter custom indexer expressions.", which I am not able to resolve.
It will be really great if someone can help me fix the issue immediately. Any other working approach will also do. Attaching the source code along this.
Thanks.