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.
Up arrow icon