Hi, all
When i am using any sorting on the date column field, the result is comes according to the string format. where i specified that the datatype="system.datatime"..
<
telerik:GridBoundColumn DataField="BatchDate" UniqueName="BatchDate" HeaderText="Date" DataFormatString="{0:MM/dd/yyyy}" DataType="System.DateTime">
</telerik:GridBoundColumn>