The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
PSPavithra Subramaniyam Syncfusion Team January 21, 2019 10:42 AM UTC
Hi Kenneth,
Thanks for contacting Syncfusion support.
We suggest to call the batchSave method of the Grid editModule to update all the records before you perform submit actions. Please refer the following code snippet for further assistance,
<scripttype="text/javascript">
function toolbarclick(args){
if (args.item.text === "Submit") {
this.editModule.batchSave();
// Place your code here...
}
};
</script>
We have prepared the sample with this requirement and that can be download from the below link,