WebAssembly RadzenGrid not showing edit or delete

Hi all
i followed the tutorial https://blazor.radzen.com/datagrid-inline-edit for data inline editing, but i have no edit or delete buttons at all.

Do i have something more to do to achieve the correct behaviour??

P.s. Client side is webassembly, Server Side is REST (nodejs or maybe WebAPI in the future)

Thanks
Nicola

Hi @Nicola_Fasoli,

The edit and delete buttons are defined in the Template of the last columns. Check the code here.

Thank you very much

Problem solved.

Is there any way to have something similar to other grids like for example onEdit and so on on main tag without defining any other buttons

No, this isn't supported.