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

Style DatePopupButton of RadDatePicker to look like default button

2 Answers 68 Views
Documentation and Tutorials
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 09 Jul 2015, 09:34 AM

Hello,

I'm using a RadDatePicker with 'Default' Skin.

It currently looks like this:

Is there a simple way (without creating custom skins, or button image) to style the DatePopupButton to look like a normal RadButton with icon, so the result would be something like this:

 

I tried this:

public class DatePickerControl : RadDatePicker
{
    protected override void OnChildrenCreated()
    {
        base.OnChildrenCreated();
        /*
        ..
         */
        DateInput.CssClass = "RadButton_Default";
        /*
         ..
         */
    }

}

but no success.

Please help.
Thank you,

Alex

 

 

2 Answers, 1 is accepted

Sort by
0
Alexander
Top achievements
Rank 1
answered on 09 Jul 2015, 09:46 AM

I just noticed, this was the wrong topic, I copied thread to DatePicker.

0
Eyup
Telerik team
answered on 14 Jul 2015, 07:38 AM
Hi Alex,

I've already replied to your forum thread:
http://www.telerik.com/forums/style-datepopupbutton-of-raddatepicker-to-look-like-default-button-302f3f4ffb41#3GUraRQNlUWPUWopoy7NeQ

I suggest that we continue our conversation on the mentioned thread.

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
Documentation and Tutorials
Asked by
Alexander
Top achievements
Rank 1
Answers by
Alexander
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or