Hi Support:
I just installed the latest version (15.2600.0.40) to try the show-weekend attribute in the schedule control, but the weekends are shown.
In my view I have this:
<ej-schedule id="myCalendar" width="100%" height="525px" show-quick-window="false" current-date="DateTime.Now"
time-zone="@ViewData["TimeZone"]" show-time-zone-fields="false" current-view="Month" show-weekend="false"
show-all-day-row="true"
navigation="onNavigation"
action-complete="onComplete"
start-hour="8" end-hour="17"
read-only="true"
is-dst="true"
views="@views" appointment-window-open="onAppointmentWindowOpen">
<e-time-scale enable="false"></e-time-scale>
<e-appointment-settings id="ID" subject='"Subject"' start-time='"StartTime"' end-time='"EndTime"'
start-time-zone='"StartTimeZone"' end-time-zone='"EndTimeZone"'
all-day='"AllDay"' recurrence='"Recurrence"' recurrence-rule='"RecurrenceRule"'>
<e-datamanager url="GetData" adaptor="UrlAdaptor"></e-datamanager>
</e-appointment-settings>
</ej-schedule>
What could I be missing here.
Thanks in advance.
David