Hello Guys,
We have a client request to show week number in kendo ui scheduler timeline view and month view. Please find attached screen shot to see exact requirement. Telerik advised to check out the demo which is not really relevant to my requirement as It does not explain how to change scheduler header to show week number. I can calculate week number as below but have no clue how to put it to scheduler header.
"Week "
+ kendo.recurrence.weekInYear(
this
.startDate(),
this
.calendarInfo().firstDay);
Please Help....!!!
Thanks,
Lilan