- Home
- Forum
- ASP.NET MVC
- Week days
Week days
Hello,
When choosing (work)week as current view the weekday is displayed on top and the time left.
When using recources we have the weekday and time on the top row.
Is it possible to have a same kind of display like when not using recources, I do not need to display the time.
Something like:
Recourses Monday Tuesday Wednesday ....
_______________________________________________
Administrator
......
Thanks,
Stephen
SIGN IN To post a reply.
5 Replies
KK
Karthigeyan Krishnamurthi
Syncfusion Team
August 30, 2016 10:42 AM UTC
Thank you for contacting Syncfusion support.
We can hide the Time slot using TimeScale property for which the default value will be true. When the property value is set to false then default time slot will be hidden within the Schedule and for the same we have prepared the below sample. Kindly refer the below code example used in the sample.
<Code>
@(Html.EJ().Schedule("Schedule1")
.Width("100%")
.Height("525px")
.Orientation(Orientation.Horizontal)
.TimeZone("UTC -05:00")
.CurrentDate(new DateTime(2015, 9, 15))
.CurrentView(CurrentView.Workweek)
.TimeScale(f => f.Enable(false))
-----------
-----------
)
</Code>
Regards,
Karthigeyan
SS
Stephen Schlette
August 30, 2016 11:11 AM UTC
Thank you
KK
Karthigeyan Krishnamurthi
Syncfusion Team
August 31, 2016 04:10 AM UTC
Thanks for your update.
Please let us know if you need any further assistance.
Regards,
Karthigeyan
SS
Stephen Schlette
November 10, 2016 09:02 AM UTC
We have noticed that when on week view and not all days are visible the horizontal scroll does not work correctly.
If for example in a view monday trought thursday are visible then when scrolling horizontally the appointments
will scroll but the days not.
Can you please advice.
will scroll but the days not.
Can you please advice.
Best regards,
Stephen
KK
Karthigeyan Krishnamurthi
Syncfusion Team
November 11, 2016 10:49 AM UTC
Hi Stephen,
Thanks for your update.
We were unable to reproduce the reported issue and we have prepared a sample for the same, which can be download from the following location:
Kindly try the above sample and if the issue persists, try to reproduce the error in a sample and revert it back to us. Or else you can share an image/video demo/code example/sample (if possible) to proceed further.
Regards,
Karthigeyan
Regards,
Karthigeyan
SIGN IN To post a reply.
- 5 Replies
- 2 Participants
-
SS Stephen Schlette
- Aug 29, 2016 09:04 AM UTC
- Nov 11, 2016 10:49 AM UTC