Hi
I have the following date time column in a Telerik radGrid:
I have the following date time column in a Telerik radGrid:
<
telerik:GridDateTimeColumn DataField="SubmissionDate"
HeaderText="Submission Date" SortExpression="SubmissionDate"
UniqueName="SubmissionDate" PickerType="DateTimePicker"
FilterControlWidth="120px" DataFormatString="{0:dd MMMMMMMMMMMM yyyy HH:mmm}"
DataType="System.DateTime">
</telerik:GridDateTimeColumn>
Filtering is also enabled for the columns.
The filter for this column will display a date time picker.
The problem is that the date time picker's pop up images are not displaying and the calendar and time selections are transparent.
What am I missing?
Thanks
