Render the Calendar with Week Numbers in ASP.NET MVC Calendar control
You can enable weekNumbers
in the Calendar by using the weekNumber property.
@Html.EJS().Calendar("element").WeekNumber(true).Render()
Thank you for your feedback and comments.We will rectify this as soon as possible!