We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

hide certain fields from event editor window

Hi, how can I remove the following fields from the editor window?

Location field, timezone checkbox and Description field

11 Replies

VD Vinitha Devi Murugan Syncfusion Team December 2, 2019 07:09 AM UTC

Hi Jose, 
 
Syncfusion Greetings. 
 
We have removed location, description and timezone check box fields in using below CSS and same can be available in below link. 
 

.e-location-container, 
.e-time-zone-container, 
.e-description-row{ 
  display: none; 
} 

Regards, 
M.Vinitha devi 



JL jose lara December 4, 2019 02:14 AM UTC

This works. thx


VD Vinitha Devi Murugan Syncfusion Team December 4, 2019 06:05 AM UTC

Hi Jose, 
 
Thanks for your update. 
 
We are happy to hear that our solution has fulfilled your requirement.  
 
Regards, 
M.Vinitha devi 



SB Samuel Botwe replied to Vinitha Devi Murugan February 17, 2021 08:29 AM UTC

Hi Jose, 
 
Thanks for your update. 
 
We are happy to hear that our solution has fulfilled your requirement.  
 
Regards, 
M.Vinitha devi 


Hi, how can I remove the repeat field from the editor window using css?


VD Vinitha Devi Murugan Syncfusion Team February 18, 2021 07:31 AM UTC

Hi Jose, 
 
Greetings from Syncfusion Support. 
 
We have removed repeat field from editor window using below CSS and same can be available in below link.  
 
 
.e-recurrenceeditor .e-editor { 
  display: none; 
} 
 
Kindly try the above sample and let us know if you need further assistance. 
Regards, 
Vinitha 



SB Samuel Botwe February 18, 2021 12:29 PM UTC

It worked. Thanks


NR Nevitha Ravi Syncfusion Team February 19, 2021 05:46 AM UTC

Hi Samuel, 

You are most welcome..! please get back to us if you need any further assistance. 

Regards, 
Nevitha 



SB Samuel Botwe February 19, 2021 01:36 PM UTC

Hi, I would like to customize the header text of the editor window using CSS


NR Nevitha Ravi Syncfusion Team February 22, 2021 07:15 AM UTC

Hi Samuel, 

Thanks for your update. 

We have prepared a sample to customize the header text of editor window, which can be viewed from the following link. 

.e-schedule-dialog .e-dlg-header-content .e-dlg-header .e-title-text { 
  font-size: 20px; 
  color: #f52887; 
} 

Also you can change the header text with custom words by changing the appropriate localized word, please refer to the following UG. 

Pleased try the solutions and get back to us if you need any further assistance. 

Regards, 
Nevitha 



SB Samuel Botwe February 22, 2021 12:08 PM UTC

Exactly what I needed. Thanks


NR Nevitha Ravi Syncfusion Team February 22, 2021 12:17 PM UTC

Hi Samuel, 

You are most welcome..! We are glad that our provided solution meets your requirement. Please get back to us if you need any further assistance, we will be always happy to assist you. 

Regards, 
Nevitha 


Loader.
Live Chat Icon For mobile
Up arrow icon