Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

How to apply css on RadDatePicker

Problem:

How to Apply Css on RadDatePicker? I am Applying css like that :

<telerik:RadDatePicker ID="RadDatePicker1" Runat="server" Culture="en-US"
CssClass="txt_box">
</telerik:RadDatePicker>

but is not working, it is giving me unwanted results.

Solution:

You should use "DateInput" tag in RadDatePicker. for example:

<telerik:RadDatePicker ID="RadDatePicker1" Runat="server" Culture="en-US">
       <DateInput CssClass="txt_box">
       </DateInput>

</telerik:RadDatePicker>


This post first appeared on Telerik School, please read the originial post: here

Share the post

How to apply css on RadDatePicker

×

Subscribe to Telerik School

Get updates delivered right to your inbox!

Thank you for your subscription

×