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.
I am developing a preschool app using ASP.NET Core 3.1 using razor for views/view-models. Whilst creating a child's admission record, I am trying to record the parents/guardians' information using a SF Grid allowing user to add rows of parent/guardian information. I am using the built-in grid commands of Add, Edit, Delete and not any fancy custom command handling. However, during the POST operation, the view is sending NULL as the Parent collection inside the Admission object. Please help.
TSThiyagu Subramani Syncfusion Team April 13, 2020 01:39 PM UTC
Hi Deepak,
Thanks for contacting Syncfusion forum.
Based on your reported information we suspect your reported issue “Using the built-in grid commands of Add, Edit, Delete and not any fancy custom command handling. However, during the POST operation, the view is sending NULL” is you sending post for Add, Edit, Delete action to server side but view sends the NULL . For this case we recommend to use our default adaptors. In this adaptors in-built we have handled Add, Edit, Delete post actions.