cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Prevent Extra Rows/Weeks from Showing in SinglePlanningCalendar (Month View)

Ron_Hagan
Product and Topic Expert
Product and Topic Expert
0 Likes
296

I have a TypeScript application that uses a SinglePlanningCalendar in Month View.  I see 6 weeks showing for April 2025, for example.  April 30th is in the 5th row and I don't want the "extra" week to be showing.
I've tried all sorts of things to hide the row, including trying to get the parent and remove the child from the parent but nothing seems to be working.

Any ideas and/or suggestions would be greatly appreciated.

Thanks in advance!

Ron

Accepted Solutions (1)

Accepted Solutions (1)

Ron_Hagan
Product and Topic Expert
Product and Topic Expert
0 Likes

I was able to come up with a function that does hide rows that do not have a day in them for the current month. File attached (typescript).

Answers (0)