Appointment Data not showing

Hi Syncfusion team
the scheduler control is not visible. could you please tell me what changes needs to be done to get the appointment data bind to scheduler control. this is my code
my controller RuedasNegocio
in my page .cshtml
in the browser show me my data in format json
with my details
But in my scheduler not showing the appointment
what happen in my code.
Thanks


3 Replies

NR Nevitha Ravi Syncfusion Team November 29, 2017 04:14 PM UTC

Hi Johanny, 

Thank you for contacting Syncfusion Support. 

We suspect that resource id type has mismatched in your data base appointment collection and controller resource collection which may cause the reported issue “appointments not showing in scheduler”. We have prepared a sample for your reference which can be downloaded from the below location. 


The type of resource id should be same as below in your db and controller.  

 

Kindly check the above scenario in your sample if the issue persist still kindly try to reproduce it in the above sample and revert us. 

Regards, 
Nevitha. 




JV Johanny Valencia Sanchez November 30, 2017 08:16 PM UTC

I found the error.

The error is the date format in StartTime and EndTime, I had in my model string StartTime and string EndTime. I changed to DateTime StartTime and DateTime EndTime and that was work.

Thanks!


NR Nevitha Ravi Syncfusion Team December 1, 2017 04:54 AM UTC

Hi Johanny, 

Thanks for your update. 

We are happy to hear that your issue has been resolved. 

Regards, 
Nevitha. 


Loader.
Up arrow icon