Unlike a GridTextBoxColumnEditor (which works), the CssClass on the TextBoxStyle for the GridDateTimeColumnEditor doesn't work - the class isn't applied on the "input" box. Can anyone please confirm?
<
telerik:GridDateTimeColumn
PickerType
=
"DatePicker"
DataField
=
"InstallationDate"
FilterControlAltText
=
"Filter Install Date"
HeaderText
=
"Install Date"
SortExpression
=
"InstallationDate"
UniqueName
=
"InstallationDate"
ReadOnly
=
"false"
AllowFiltering
=
"true"
MaxLength
=
"50"
ColumnEditorID
=
"gceSmallDateBox"
>
</
telerik:GridDateTimeColumn
>
<
telerik:GridDateTimeColumnEditor
runat
=
"server"
ID
=
"gceSmallDateBox"
>
<
TextBoxStyle
CssClass
=
"smallTextBox"
/>
</
telerik:GridDateTimeColumnEditor
>