Delete, Insert Work but Update not!

Hello,
I have function of delete/insert works.
But update not works, why?
The call don’t start! But there aren’t any error messages.

scheduler.getEvent(id).name = ev.name;
scheduler.getEvent(id).data = ev.data;
scheduler.getEvent(id).gruppo = ev.n;
scheduler.updateEvent(id);

Someone can help me?
Thanks

it update in db, only if I move event in the scheduler but not when i click on save button in lightbox! why?

Hi,
scheduler.updateEvent does not trigger sending changes to the backend.
Try using method of the dataprocessor in order to invoke ajaxvar dp = new dataProcessor(url); .. dp.setUpdated(id, "updated");
docs.dhtmlx.com/api__dataprocess … dated.html