Hello,
I have a lot of points for users can take appointment.But this points have different open time and close time.
How can i add specific open time,close time for points with MVVM.
Is that possible?
Thank you.
5 Answers, 1 is accepted
I would need more details on the scenario with RadCalendar that you have - what you mean with a lot of points for users? Can you give an example? It would be of great help if you could describe the exact use case step by step.
I look forward to your reply.
Regards,
Yana
Progress Telerik
Hello Yana,
for example. there is a hospital and hospital have many doctor.All doctor can work different hour in day.Some doctor start to appointments at 08.00, Some doctor start to appointments at 09.00. How can i add specific start time,end time for doctors with MVVM.
Is that possible with radcalendar dayview?
Thank you for clarifying the scenario.
You could apply DayStartTime and DayEndTime to the DayView through DayViewSettings, please go through the following topic for more details on these:
Calendar DayView
These properties can be directly bound to properties of type DateTime defined in the ViewModel.
I hope this would be helpful.
Regards,
Yana
Progress Telerik
Hello Yana,
I tried it with Mvvm on Android working well but on iOS displaying default value(start time-> 00:00 and EndTime -> 00:00)
*If put time xaml directly DayStartTime="9:00:00" DayEndTime="18:00:00" like that its working on ios.But Mvvm didnt work.
I think its bug in Telerik about binding for iOS. Can you try simple DayView application with Mvvm?
Thank you.
We have tested the behavior at our end but could not reproduce it in iOS. Please test the bindings with the attached sample and inform us whether you can observe the issue. If there is something more specific in your setup which might be related to the behavior - please update the sample or provide the necessary code snippets so we can investigate it from our end.
Have a great week.
Regards,
Stefan Nenchev
Progress Telerik