I tried using css: .k-calendar tr:last-child { display: none; } but the problem with this is there are months were it is necessary to show the 6th row (ex: August). Is there a way to show the 6th row only when necessary?
↧