Hi great Supoort;
I am following this example;
https://blazor.syncfusion.com/documentation/scheduler/data-binding/#using-odatav4adaptor
When i am getting data query is normally generated like this;
http://localhost:53414/odata/EventDatas?StartDate=5.05.2018%2021:00:00&EndDate=12.05.2018%2021:00:00But when i am entering an event and trying to insert, generated query is like this;
http://localhost:53414/odata/$batch?StartDate=5.05.2018%2021:00:00&EndDate=12.05.2018%2021:00:00
So
EventDatas is missing .

Thanks.