Hi,
I am able to Add/Edit data in Dialog mode, but I am unable to Remove. I found from this thread that it is purposefully only sending back the primary key to remove:
https://www.syncfusion.com/forums/139479/grid-16-2-046-with-dialogtemplate-not-updating-parameter-null-but-insert-is-ok
I can see how this would normally be fine, but in my case I have a list of objects in each row and each object has its own id. The primary key being used was created specifically for the grid in order to complete update actions.
Is there a way to send the row data back to the controller when doing a remove?
Thanks!