Hello
I'd like to add page break inside Scheduler, AgendaView, between each ressource
My configuration is GroupingDirection/vertical and GroupBy/ressource
I try this ...
...but it doesn't work...
I read that it's difficult to add page break inside table (you have to be display: block, float:none ... but it broke the sqheduler...)
Is there a trick I can add tto achieve this ?
Thanks in advance for your help
I'd like to add page break inside Scheduler, AgendaView, between each ressource
My configuration is GroupingDirection/vertical and GroupBy/ressource
I try this ...
.RadScheduler_Web
20
.rsSubHeader
{
page-break-after :
always
!important
;
}
I read that it's difficult to add page break inside table (you have to be display: block, float:none ... but it broke the sqheduler...)
Is there a trick I can add tto achieve this ?
Thanks in advance for your help