Remove header in day view

Hi, I want to remove the header of my schedule only in day view. Is that possible? 

Captura de Pantalla 2021-09-30 a la(s) 19.53.43.png

Thanks,

Brandon


3 Replies

PN Praveenkumar Narasimhanaidu Syncfusion Team October 1, 2021 09:46 AM UTC

Hi Brandon, 

Greetings from Syncfusion support..! 

We have validated your requirement “Remove header in day view” at our end and let you know that you can achieve it with the help of scheduler cssClass property and below mentioned style. For the same, we have prepared a sample for your reference which can be viewed from the following link. 

/* Hide date header in day view */ 
.schedule-cell-dimension .e-table-container .e-day-view table .e-left-indent-wrap.schedule-cell-dimension .e-table-container .e-day-view table .e-date-header-container{ 
  displaynone; 
} 
 
Kindly try the above solution and get back to us if you need any further assistance. 

Regards, 
Praveenkumar 



BR Brandon October 5, 2021 05:22 AM UTC

Thank you! It works :D 
You have the best support team 



NR Nevitha Ravi Syncfusion Team October 6, 2021 06:43 AM UTC

Hi Brandon, 

You are most welcome..! we are glad that our solution worked at your end. Please get back to us if you need any further assistance. 

Regards, 
Nevitha. 


Loader.
Up arrow icon