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

ReadOnly Style on RadDatePicker

3 Answers 140 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Ron asked on 23 Oct 2012, 02:02 PM
How can I set the ReadOnly style on the inputbox for the RadDatePicker ?

3 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 24 Oct 2012, 08:24 AM
Hello Ron,

You can use the code below to set read only for the DateInput of the DatePicker.

<telerik:RadDatePicker runat="server">
    <DateInput ReadOnly="true">
    </DateInput>
</telerik:RadDatePicker>


Greetings,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Ron
Top achievements
Rank 1
answered on 24 Oct 2012, 11:51 AM
That doesn't set the Style for ReadOnly.
0
Vasil
Telerik team
answered on 24 Oct 2012, 01:26 PM
Hi Ron,

On my end it applies the styles properly (check the attached screenshot).
If you need help in styling, check these help topics:
http://www.telerik.com/help/aspnet-ajax/input-css-selectors.html
http://www.telerik.com/help/aspnet-ajax/input-styles.html

If this is not what you are trying to achieve, please explain in further details what is your goal.

Kind regards,
Vasil
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Calendar
Asked by
Ron
Top achievements
Rank 1
Answers by
Vasil
Telerik team
Ron
Top achievements
Rank 1
Share this question
or