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

Confirmation Dialogue Images

2 Answers 56 Views
Window
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 09 Sep 2010, 11:40 AM
Hi,
I am using a confirmation dialogue from a radgrid to ask the user to confirm whether or not they want to delete the row.
This works great, but I need to change the default 'Information' icon that appears in the radwindow.
Could you explain how I do this?

Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 09 Sep 2010, 01:46 PM
Hello Andrew,


The the following CSS will be helpful in changing the icon in RadConfirm.

Style:
<style type="text/css">
    .RadWindow .rwWindowContent .radconfirm
    {
        background-image: url(../Images/confirmImg.gif) !important;
    }
</style>


-Shinu.
0
Andrew
Top achievements
Rank 1
answered on 10 Sep 2010, 09:16 AM
Shinu - thankyou for your quick response - very much appreciated.

That change to the css worked perfect..

Thanks again
Tags
Window
Asked by
Andrew
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Andrew
Top achievements
Rank 1
Share this question
or