Add a button to white space in the EditForm Table?

As you can see in the picture above, I would like to add a button to create a new task for my DataGrid table. Is this feature currently supported?

As well, is it possible to alter the property of incoming list data to display a string for a related int which is stored in a database? Currently, I can only use the property to display the int, however, I have a dictionary which relates the int to a string I would like to display, is there a way I can do this through the Property property?

Hi @Logan_Parker,

You can try the FilterTemplate of that column. Here is an example: https://blazor.radzen.com/datagrid-filter-template

1 Like