Hello,
I have the GridDateTimeColumn in my grid. When I try to sort the values it sort correctly for 2 consecutive times and when I try the third consecutive time it fails to sort.
Any help will be appreciated.
From the database I have the values in the smalldatetime format
Thanks,
Parth
I have the GridDateTimeColumn in my grid. When I try to sort the values it sort correctly for 2 consecutive times and when I try the third consecutive time it fails to sort.
Any help will be appreciated.
<telerik:GridDateTimeColumn DataField="lastmodified" HeaderText="lastmodified" SortExpression="lastmodified" PickerType="DatePicker" UniqueName="lastmodified" ReadOnly="true" DataType="System.DateTime" DataFormatString="{0:d}"/>Thanks,
Parth