Hello,
I created a kendo grid and I handled the save event of the grid to execute my code for inserting/updating the database. However, every time I try to insert or update an item the save event is fired twice. I have attached a simple running page which demonstrates the issue.
Could you give me an advice what might be the reason for this problem and how it could be resolved? When an item is updated it is not such a problem if the item is updated twice, however, when inserting an item if the save event is fired twice two items will be inserted in the database which is not correct.
Thank you for your assistance in advance!
I created a kendo grid and I handled the save event of the grid to execute my code for inserting/updating the database. However, every time I try to insert or update an item the save event is fired twice. I have attached a simple running page which demonstrates the issue.
Could you give me an advice what might be the reason for this problem and how it could be resolved? When an item is updated it is not such a problem if the item is updated twice, however, when inserting an item if the save event is fired twice two items will be inserted in the database which is not correct.
Thank you for your assistance in advance!