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

How to hide the close button from dialog box

Hi
I am using dialog box for the error massage and I want to hide the close button .
How to do that?

Thanks



1 Reply

VR Varalakshmi R.S Syncfusion Team August 24, 2012 10:16 AM UTC

Hi Jawed,

 

Thanks for contacting Syncfusion forums.

The following CSS can be used to hide the close button on dialog,

[CSS]

.ui-dialog-titlebar-close {
  visibility: hidden;
}

 

Regards,

Varalakshmi


Loader.
Live Chat Icon For mobile
Up arrow icon