on p. 1283 of syncfusion-aspnet-mvc.pdf,
the example for deleting a row from a db shows the parameter to be an integer.
Following this example, I got an Internal Server Error and the action was never called.
When I used the model and then the ID of the model, it worked ok.
Is there a problem with my HTML that resulted in the Internal Server Error?
I tried debugging it with Chrome F12, but could not see the error.
Is there some way of simplifying the debug process?
In testing the Delete process, I passed the ID of a row that was not deleted in the stored procedure.
I got an error message, but the ej grid would not let me delete the row again because the status of the row showed "not present" even though it appeared in the grid. How am I supposed to acknowledge to the grid that the delete was successful so that it is removed on the screen? Is it necessary to pass all the data again?
Thank you for your help.
Attachment:
sync13Mar17leg_f491d62a.zip