Hi Guys this is
urgent you have shown me how to use Action complete event on client to update or add a record
my problem is the
recordUpdate event is firing first when adding a new new record then the
save event, I have problem in my controller using EF code first
The same recordUpdate is also firing when updating a record how do I detect when Adding new record and when editing record so that I can call correct function in controller?
I need to be able to add a new record, edit an existing record and delete a record basic CRUD.
I am using tasks with no parent each task i add i want to be able to persist to EF , edit or delete
I am using: <add assembly="Syncfusion.EJ, Version=13.3400.0.7, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
<add assembly="Syncfusion.EJ.Mvc, Version=13.3400.0.7, Culture=neutral, PublicKeyToken=3d67ed1f87d44c89" />
MVC 5 EF code first
Thanks
Edmund Herbert