Hello,
I have a GridDateTimeColumn with a filter (markup below) that works fine if the user uses the datepicker. If they type a date and hit enter, however, the page posts back once, where the filter is applied, but then posts back a second time which causes all kinds of bad behavior in our app. I've tried setting autopostbackonfilter = false and setting a filter delay but the filter never gets applied. Any ideas?
The markup:
<rad:GridDateTimeColumn DataField="OrderDate" UniqueName="GridDateTimeColumnOrderDate"
HeaderText="Date" FilterControlWidth="170px" HeaderStyle-Width="170px" SortExpression="OrderDate"
AutoPostBackOnFilter="true" CurrentFilterFunction="EqualTo" DataType="System.DateTime"
ShowFilterIcon="false" EnableTimeIndependentFiltering="true" FilterListOptions="VaryByDataType" />
I have a GridDateTimeColumn with a filter (markup below) that works fine if the user uses the datepicker. If they type a date and hit enter, however, the page posts back once, where the filter is applied, but then posts back a second time which causes all kinds of bad behavior in our app. I've tried setting autopostbackonfilter = false and setting a filter delay but the filter never gets applied. Any ideas?
The markup:
<rad:GridDateTimeColumn DataField="OrderDate" UniqueName="GridDateTimeColumnOrderDate"
HeaderText="Date" FilterControlWidth="170px" HeaderStyle-Width="170px" SortExpression="OrderDate"
AutoPostBackOnFilter="true" CurrentFilterFunction="EqualTo" DataType="System.DateTime"
ShowFilterIcon="false" EnableTimeIndependentFiltering="true" FilterListOptions="VaryByDataType" />