Change the width of the build in editor popup

Dear,

How can i adjust the width of the editor popup in the schedule component. (i cannot find this in your documentation online)

Im using the #editorTemplate let-data> option

Kind regards,

Ruud



1 Reply 1 reply marked as answer

HB Hareesh Balasubramanian Syncfusion Team June 21, 2021 07:29 AM UTC

Hi Bas, 

Greetings from Syncfusion Support..! 

We have prepared a sample based on your shared query “need to customize the width of the editor window of the scheduler” using below CSS, which can be viewed from the following link. 


.e-schedule-dialog { 
  width: 400px !important; 

Kindly try the above solution and get back to us if you need any further assistance. 

Regards, 
Hareesh 


Marked as answer
Loader.
Up arrow icon