This is a migrated thread and some comments may be shown as answers.

Remove OK button from RadAlert

2 Answers 168 Views
Window
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Andy asked on 10 Aug 2011, 09:57 PM
Hi all,

I am a new one on RadWindow.
Could we remove the OK button from RadAlert?

Thanks.

Andy.

2 Answers, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 11 Aug 2011, 04:47 AM
Hello Andy,

Try overriding the default CSS to remove OK button.

CSS:
<style type="text/css">
 .rwPopupButton
  {
    display:none !important;
  }
</style>

Thanks,
Princy.
0
Andy
Top achievements
Rank 1
answered on 11 Aug 2011, 03:22 PM
Thanks Princy

Andy.
Tags
Window
Asked by
Andy
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Andy
Top achievements
Rank 1
Share this question
or