Hi,
I am using Telegrik grid control in asp.net and using GridBoundColumn for DateTime data type as given below:
I am using Telegrik grid control in asp.net and using GridBoundColumn for DateTime data type as given below:
<
telerik:GridBoundColumn DataField="ChangedOnDate"
DataFormatString="{0:dd MMM yyyy}" HeaderText="When"
SortExpression="ChangedOnDate" UniqueName="When" DataType="System.DateTime"
meta:resourcekey="GridBoundColumnWhen">
</telerik:GridBoundColumn>
The filter expression "EqualsTo" does not work for the date field. I need urgent help.
Please share your thought/solution.
Thanks,
Rajesh