Grid dialog template - Insert is not working

Hello,
Insert seems now working. Iam trying to add record and value comes as null. Iam using your provided example:

Request:



Endpoint:


1 Reply 1 reply marked as answer

RR Rajapandi Ravi Syncfusion Team January 12, 2021 11:32 AM UTC

Hi Mantas, 

Thanks for contacting Syncfusion support. 

We checked the attached sample and in the attached sample when we add new record we able to get the record details in the insertURL. For your convenience we have attached the screenshot and please refer the below screenshot for more reference, 

 

The mentioned issue will reproduced when we did not provide the value for the some of the fields. We checked your request and found that the some fields have null values. To resolve the issue at your end, we suggest you to define the field as optional. 

Homecontroller.cs 
 
public long? OrderID { get; set; }   


Regards, 
Rajapandi R 


Marked as answer
Loader.
Up arrow icon