This question is locked. New answers and comments are not allowed.
Hi, i am using radscheduleview with ms lightswitch (VB.net) and i need to set the FirstDayOfWeek to be today. Is that possible? For now i am having FirstDayOfWeek="Monday".
Thank you
<telerik:WeekViewDefinition DayStartTime=
"09:00:00"
EnableSmallAppointmentRendering=
"True"
TimerulerMajorTickStringFormat=
"{}{0:h tt}:{0:mm} "
TimerulerMinorTickStringFormat=
":{0:mm}"
FirstDayOfWeek=
"Monday"
/>
Thank you