Hi
I have date columns in the RADGRID as shown below
I have date columns in the RADGRID as shown below
<
telerik:GridDateTimeColumn DataField="dtCreatedOn" DataType="System.DateTime" DataFormatString="{0:M/dd/yyyy}"
FilterControlWidth="120px" HeaderText="Created On" SortExpression="dtCreatedOn"
UniqueName="dtCreatedOn">
However the filter menu options listed below do not function
EqualTo: Not working
NotEqualTo: Not working
Greaterthan: Not working proper (NOTE: working as Greater than Equal)
LessThanOrEqualTO: Not working (Note: Working as Lessthan)
I need help on this
thanks
MS