Inline Editor-: Load data from server side

When Load data from server side, it always send request, http://localhost:5013/api/task?id=taskid, to edit the task.
when load 1000 items data, it will send request 1000 times, so loading data very slowly. How can i fix this problem?

Hello Ervin,
You can try sending all data at once:

dp.setTransactionMode("POST", true);

https://docs.dhtmlx.com/api__dataprocessor_settransactionmode.html