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.
We have the problem to update record by using Dialog template in GataGrid. We can't update the value from dialog to gird. because of this we also can't update the latest record value into database. Attached is our code sample. Please advance thx.
Since you have used the local binding of the Grid datasource, the data will be saved the Grid DOM alone and not in the server-end. If you would like to save data to the server-end, you have to use the remote databinding. Refer to the Help Document.
Attached please find the issue video that we have capture. after we have click the save button at dialog, the related column has not update in grid. so it can't pass the correct value to controller for updating.
SSSeeni Sakthi Kumar Seeni Raj Syncfusion Team August 27, 2019 09:29 AM
Hi Kenneth,
We can reproduce the problem in the older version (16.x) of the Grid. We have fixed the issued with the underscore ( _ ) concatenate field names with the Dialog Editing and Template editing in our recent versions. So, we suggest to ensure whether you are using our upgraded versions (17.2.46) which contains the fix.
Regards,
Seeni Sakthi Kumar S.
KTKenneth TangAugust 27, 2019 10:56 PM
Dear Seeni,
We have already use v17.1.38 and after we have upgrade to 17.2.46. problem still occur. Attached please find the test sample as your reference , thx.
SSSeeni Sakthi Kumar Seeni Raj Syncfusion Team August 28, 2019 08:02 AM
Hi Freddy,
We have checked the script (ej2.min.js) of the attached application which is an outdated version and we can reproduce the reported issue with that. So we suggest to use either updated CDN link or npm generated script.