We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Error of Deleting data from grid syncfusion

hi, can i ask the way how to delete from grid syncfusion? 
here my code

        public IActionResult RemovePassenger([FromBody] CRUDModel<Passenger> value) //this value is null( i dont know why its null)
        {
            Passenger result = new Passenger();
            result = passengerdal.DeletePassenger(value.Value);

            return Json(result);
        }


thank you. I hope you can help me

1 Reply

TS Thavasianand Sankaranarayanan Syncfusion Team August 26, 2019 05:39 AM UTC

Hi Muhamad, 

Greetings from Syncfusion support. 

We have already discuss about this query (Null values returned in server end while deleting the record) in the following documentation. 


If you still facing the same issue then please provide the following details. 

  1. Share the screen shot or video demonstration of the issue.
  2. Share the complete Grid code example.
  3. Share the Essential Studio version details.

Regards, 
Thavasianand S. 


Loader.
Live Chat Icon For mobile
Up arrow icon