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

How to change the width of the new event dialog?

You can customize the the inner dialog (using the editorTemplate property), and it will auto grow the dialog vertically, but I can't see how to change the width of the dialog?

Regards,

Keith

3 Replies

HB Hareesh Balasubramanian Syncfusion Team September 10, 2019 04:43 PM UTC

Hi Keith, 
 
Greetings from Syncfusion Support. 
 
we have achieved your requirement through CSS itself. Please refer the below code snippet and sample link, 
 
code snippet: 
div#Schedule_dialog_wrapper { 
  width: 300px !important; 
} 
 
And for further reference, please view the below sample link, 

Regards, 
Hareesh B 



KN Keith Nicholas September 10, 2019 11:08 PM UTC

Thank you!  The linked example is useful for multiple other reasons also!


KK Karthigeyan Krishnamurthi Syncfusion Team September 11, 2019 04:35 AM UTC

Most welcome 😊 



Loader.
Live Chat Icon For mobile
Up arrow icon