Any ideas?
Blazor Server App - Update multiple rows

Cenk
1,026
Reputation points
Hi there,
In my Blazor Server App, I am updating rows one by one by clicking the edit button at the end of the row as follows;
In this way, I can manage role-based data editing with AuthorizeView. But requirements changed so I wonder if there is a way to update multiple rows and also somehow manage role-based data editing at the same time.
Thanks in advance.