Hi,
I'm using the schedule component binding the data remotely using WebApi adaptor, so in the delete actions, is there any way to modify the way the request are made, because they are by default in batch mode, and my server does not support batch request mode?
Other question is why when asking the dataManager in the first time for the data events (GET REQUEST), it request four times the same? I've seen that in your examples request only once.
THANKS!