DataGrid dynamic InLine Edting

I’m trying to use a dynamic DataGrid with inline editing DataGrid dynamic. Is there any way to do this?

Not sure what’s stops you to use it? Instead of @bind-Value you can use Value/Change event of the editor component(s).

Thank you, When I initiate edit by clicking the edit action, it doesn't activate the inline edit template. I think the cause is the data type, which is IDictionary<string, object>

You can easily debug what’s causing the EditTemplate to not be shown in this case.

1 Like