This is a migrated thread and some comments may be shown as answers.

RangeFilter Popup issue

1 Answer 56 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Chad Johnson
Top achievements
Rank 1
Chad Johnson asked on 08 Jan 2013, 12:52 PM
I have implemented a radGrid with a GridDateTimeColumn as follows:
<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.

1 Answer, 1 is accepted

Sort by
0
Chad Johnson
Top achievements
Rank 1
answered on 08 Jan 2013, 02:00 PM
Please disregard this post...problem solved.
Tags
Grid
Asked by
Chad Johnson
Top achievements
Rank 1
Answers by
Chad Johnson
Top achievements
Rank 1
Share this question
or