Hi:
I had more than a day trying to detect why the schedule control is not displaying the data that is coming from my GetData action method that is invoked by the datamanager.
The sample that you sent me works fine, so i created a new ASP.NET Core mvc project from scratch but the data is not being displayed in the calendar. I hardcoded the data in the GetData to make it simple. I checked that all the js, css, and configuration are the same in these two projects. Everything is the sample. Also the view is the same.
So my question is, what technique may I use to debug that the view is receiving the model, because the action method is invoked properly, but no data is being shown in the control.
No error is being raised.
Appreciate your help.
David