Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

4
Votes

Currently the Month view of the schedule only allows showing the top row containing the first of the month. Now the requirement is the top row to have today(date) and then show the next 4 weeks on subsequent rows.

If currentDate(today) is November 24, the month view dates will be render like below

All rows Sunday – Saturday
First row: 24/11 - 30/11
Second row: 01/12 - 07/12
Third row: 08/12 - 14/12
Fourth row: 15/12 - 21/12
Last(fifth) row: 22/12 - 28/12

(image attached)

On clicking next and previous icons, from next and previous date the month view should render.

Example:
when clicking on next the month view range start from 29/12 in first row and when clicking on previous , the month view should contain 23/11 in the last row.

Also the number of rows(week) displayed in current view should decide by user. So need API like weekCount.