Hello,
I have a problem about the filter on datetime field, when I choose a date, select some filter command just like "LessThan", the filter works right. Then I select "NoFilter", after ajax postback, the filter function goes to "EqualTo", not NoFilter, and the value in the textbox not cleared too. the column code are here
And in the other page, the similar code works, and the textbox cleared.
I have a problem about the filter on datetime field, when I choose a date, select some filter command just like "LessThan", the filter works right. Then I select "NoFilter", after ajax postback, the filter function goes to "EqualTo", not NoFilter, and the value in the textbox not cleared too. the column code are here
<telerik:GridDateTimeColumn DataField="DateCreated" DataFormatString="{0:dd.MM.yyyy}" HeaderText="Opprettet" SortExpression="DateCreated" FilterControlWidth="90px" |
AutoPostBackOnFilter="false" FilterDelay="1" PickerType="DatePicker" UniqueName="DateCreated" DataType="System.DateTime" |
/> |
And in the other page, the similar code works, and the textbox cleared.
<telerik:GridDateTimeColumn DataField="PublishDate" HeaderText="Pub.dato" ReadOnly="True" SortExpression="Date.Published" DataFormatString="{0:dd.MM.yyyy}" DataType="System.DateTime" PickerType="DatePicker" FilterControlWidth="60px" UniqueName="ReleaseDate"> |