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.
How to update the Database while performing CRUD Operation?????
I've this GridGroupingControl (red marked) binding to List Of a Entity. I need update database from that grid, I mean... insert, update and delete. How I can do that?
ARAmal Raj U Syncfusion Team February 17, 2016 02:52 PM UTC
Hi Oscar,
Thank you for contactingSyncfusion Support.
Query
Suggestions
Insert , update, delete the records in the grid
We already have dashboard explaining how to add and delete records in both GridGroupingControl and the datasource. Please refer the sample from the below location.
Please let us know, If you need further clarification.
Regards, Amal Raj U.
ODOscar Daniel Vega CastanedaFebruary 18, 2016 07:48 PM UTC
Amal,
Thank you for your quickly answer, but, that isn't I need.
I've a GridGroupingControl and I need use the AddNewRow section (GGC.TableDescriptor.AllowNew = true) to add a new record and update my Entity and so update my database.
Can you understand me?
PKPavithra Kodiyarasan Syncfusion Team February 19, 2016 12:49 PM UTC
Hi Oscar,
Thanks for your update.
You can directly add the record by using AddNewRecord Section. You can set this section before the details or after the details. You can enable the AddNewRecord Section by using following code.