Hi,
I have a Blazor Server app which displays user data.
The data is pulled from SQL Server (using Dapper) and displayed in a Bootstrap table.
Adding data is handled on a separate page (e.g.: "/users/add").
I saw a video where the SfGrid can have inline Add/Update/Delete functions.
I am able to load data into a SfGrid, but cannot enable the CRUD functions.
How do I do this?
For example:
If I click a Add button, the "AddUsers" function should run with the data the user entered in the SfGrid.
And so on for the rest of the functions...
Any help is appreciated.
Thanks.