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

radalert, radconfirm and (I assume) radprompt buttons

4 Answers 69 Views
Window
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 19 Dec 2008, 10:04 AM
Why are the buttons used on the standard dialogs for the Hay skin using, what appear to be, the sprites from the black skin?

I use a version of the Hay skin throughout my application including use of the FormDecorator control to make the buttons 'fit', visually. Sadly the buttons on the build-in dialogs stand out like something that stands out a lot.

I've not checked but I'd not be surprised to discover that it's not just the Hay skin that is victim to those big, ugly buttons.

--
Stuart

4 Answers, 1 is accepted

Sort by
0
Martin
Telerik team
answered on 20 Dec 2008, 12:50 PM
Hello Stuart,

The buttons that we are using in the dialogs of RadWindow could not be skinned via RadFormDecorator, because they are not the standard input or button controls, but anchor tags with two nested SPAN elements.

We will talk to our designers to provide us with consistent designs for the buttons. In the meantime, you may easily modify the buttons in your project by giving style to the .radwindowbutton, .outerspan and .innerspan classes that the button consists of.

Regards,
Martin Ivanov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dan
Top achievements
Rank 1
answered on 22 Dec 2008, 08:58 AM
Martin,

Many thanks.

--
Stuart
0
Asutosh
Top achievements
Rank 1
answered on 14 Jun 2014, 09:27 AM
hi 
can we give skin to radconfirm?
thanks
0
Shinu
Top achievements
Rank 2
answered on 16 Jun 2014, 03:41 AM
Hi Asutosh,

In order to achieve your scenario please try to mention the skin in the RadWindowManager as follows.

ASPX:
<telerik:RadWindowManager ID="rwindowmanagerSkinForConfirm" runat="server" Skin="Metro">
</telerik:RadWindowManager>

Thanks,
Shinu. 
Tags
Window
Asked by
Dan
Top achievements
Rank 1
Answers by
Martin
Telerik team
Dan
Top achievements
Rank 1
Asutosh
Top achievements
Rank 1
Shinu
Top achievements
Rank 2
Share this question
or