Hi, its me again with (gantt) dataSource and changes... and this is pretty urgent :(
I have a following situation, I need to change 5-10 resources/assignments on gantt task and I do it using pushUpdate method by sending an array of items to be updated. (dataSource.pushUpdate(arrayOfItemsForChange))
However this slows widget down because even if one pushUpdate is called, dataBound and dataBind events are triggered for each of them, and these events have some custom code as well (some proposed by support people here as well).
I did some measurements and for 7 items it takes approx 6 seconds to handle this on gantt, during which gantt "freezes" not allowing any action on the timeline.
Is there any way I can have widget (gantt) trigger dataBound and dataBind only once, at the and end then render everything it needs?
Thank you very much.
Best regards,
Vedad