Hi,
I have a problem with the RadScheduler display. The period displayed in the header (in week view) is false in business hours when ShowAllDayRow="False"…
<telerik:RadScheduler runat="server" ID="schPlanning" DataKeyField="ID" DataSubjectField="SujetEvenement" DataDescriptionField="DescriptionEvenement" DataStartField="Debut" DataEndField="Fin" Height="630px" SelectedView="WeekView" ShowAllDayRow="True"></telerik:RadScheduler>I join the 3 examples:
- ShowAllDayRow="False" and Business Hours => NOT WORKS
- ShowAllDayRow="False" and 24 Hours => WORKS
- ShowAllDayRow="True" and Business Hours => WORKS
If somebody have the same problem? Or a solution?
Jérémy