Hi,
I am writing an Edit Grid for blazor and I would like to know if it is possible to call the toolbar buttons from the @code area instead of using API's to handle the data changes. I didn't find the documentation for this action.
I want to hit Update and call a function in @code where it will handle the update model and then refresh the page.
How can I reference "Update"?