Hi,
Whenever I'm using a RadGrid and a GridDateTimeColumn with enableRangeFilter set to true, the layout of the from / to pickers drops. I'm using the latest version of the controls. I'm also using windows 8.1 ie11, compatibility mode has no effect.
Whenever I'm using a RadGrid and a GridDateTimeColumn with enableRangeFilter set to true, the layout of the from / to pickers drops. I'm using the latest version of the controls. I'm also using windows 8.1 ie11, compatibility mode has no effect.
<
telerik:GridDateTimeColumn
DataField
=
"scheduledStart"
DataType
=
"System.DateTime"
EnableRangeFiltering
=
"true"
EnableTimeIndependentFiltering
=
"true"
FilterControlAltText
=
"Filter scheduledStart column"
HeaderText
=
"Consulting Date"
SortExpression
=
"Consulting Date"
UniqueName
=
"scheduledStart"
DataFormatString
=
"{0:dd/MM/yyyy}"
></
telerik:GridDateTimeColumn
>