Hi,
i am using RadMaskedTextBox (Telerik Version Q2 2009). I want to apply custom CssClass for it.
<telerik:RadMaskedTextBox ID="lblPhone" runat="server" CssClass="field_data_element" Mask="(###) ###-####" ReadOnly="true" TextWithLiterals="--" Width="100px"></telerik:RadMaskedTextBox>
My Css class goes like this,
.field_data_element
{
font-family: Arial;
font-weight: normal;
font-size: 12px;
color:#000000;
background-color: #FEF4DE;
border: solid 1px #FEF4DE;
padding: 2px 2px 1px 2px;
white-space: nowrap;
}
The css class properties are not getting reflected in RadMaskedTextBox. Can anyone know how to apply custom styles for RadMaskedTextBox please share with me.
Thanks.