Hi Great Support;
I have simple scheduler like in here;
https://blazor.syncfusion.com/documentation/scheduler/data-binding/#using-odatav4adaptor
when i am switching next and previous weeks
On fiddler i noticed that queryes are not building correctly like these;
/odata/DerslikRezervs?StartDate=26.09.2020%2021:00:00&EndDate=3.10.2020%2021:00:00
/odata/DerslikRezervs?StartDate=3.10.2020%2021:00:00&EndDate=10.10.2020%2021:00:00
it has to have some "greatherthen" "smallerthen" operators. Am i wrong?
/odata/DerslikRezervs?filter=(StartTime ge 2020-09-29T00:00:00.000Z) and (EndTime le 2019-11-16T00:00:00.000Z)
Thanks