I have implemented a radGrid with a GridDateTimeColumn as follows:
The filter popup though is missing the "NoFilter", "Between" and "NotBetween" options as shown in the attached jpg. What am I missing here? I am running Telerik ASP.NET AJAX version 2012.3.1205.40.
<
telerik:RadGrid
ID
=
"radGridHistory"
AllowCustomPaging
=
"True"
AllowFilteringByColumn
=
"True"
AllowPaging
=
"True"
AllowSorting
=
"True"
AutoGenerateColumns
=
"False"
EnableHeaderContextMenu
=
"true"
EnableLinqExpressions
=
"False"
GridLines
=
"Horizontal"
GroupingEnabled
=
"false"
Visible
=
"false"
OnItemDataBound
=
"radGridHistory_ItemDataBound"
OnInit
=
"radGridHistory_Init"
OnNeedDataSource
=
"radGridHistory_NeedDataSource"
runat
=
"server"
>
<
GroupingSettings
CaseSensitive
=
"false"
/>
<
MasterTableView
DataKeyNames
=
"ID"
AllowFilteringByColumn
=
"true"
AllowCustomSorting
=
"true"
NoMasterRecordsText
=
"No History records to display"
>
<
Columns
>
<
telerik:GridDateTimeColumn
DataField
=
"EventDate"
DataFormatString
=
"{0:MM/dd/yyyy hh:mm tt}"
EnableRangeFiltering
=
"true"
EnableTimeIndependentFiltering
=
"false"
HeaderText
=
"Date"
PickerType
=
"DatePicker"
SortExpression
=
"EventDate"
UniqueName
=
"EventDate"
>
</
telerik:GridDateTimeColumn
>
</
Columns
>
<
PagerStyle
AlwaysVisible
=
"True"
/>
</
MasterTableView
>
<
ClientSettings
>
<
Scrolling
AllowScroll
=
"true"
UseStaticHeaders
=
"true"
/>
</
ClientSettings
>
<
PagerStyle
Mode
=
"NextPrevAndNumeric"
AlwaysVisible
=
"true"
/>
<
FilterMenu
EnableImageSprites
=
"false"
/>
</
telerik:RadGrid
>
The filter popup though is missing the "NoFilter", "Between" and "NotBetween" options as shown in the attached jpg. What am I missing here? I am running Telerik ASP.NET AJAX version 2012.3.1205.40.