0
safi created
Hi
I am working on blazor project and trying to add inline editing into datagrid but not able to findout suitable solution for this. Can you please suggest me how I can do this.
Thanks,
3 Answer(s)
-
0
Hello @safi,
We're using blazorise datagrid. Can you check https://blazorise.com/docs/extensions/datagrid/#editing?
-
0
Hi
Thanks for the reply. I have tried to set inline edit tried editmode =inline in datagrid the column which needs to be editable are set editable =true but after clicking edit button in datagrid save button is not trigerring so can you please help me in this.
Thanks,
-
0
@safi Can you please post a code sample of how you use the DataGrid? Thanks