hi all,
i'm using GridDateTimeColumn in a grid, the DataFormatString is set to "{0:d/M/yyyy}", the problem is that the filter don't apply that DataFormatString. For example; i have a date in the grid displayed like this 10/1/2009, but if i type 10/1/2009 in the filter box i get "No records to display", because it's not taking the d/M/yyyy format.
how can i modify the DataFormatString for the filter??
thnx in advance
i'm using GridDateTimeColumn in a grid, the DataFormatString is set to "{0:d/M/yyyy}", the problem is that the filter don't apply that DataFormatString. For example; i have a date in the grid displayed like this 10/1/2009, but if i type 10/1/2009 in the filter box i get "No records to display", because it's not taking the d/M/yyyy format.
how can i modify the DataFormatString for the filter??
thnx in advance
| <telerik:GridDateTimeColumn HeaderText="Start Date" SortExpression="startDate" UniqueName="startDate" AutoPostBackOnFilter="true" DataField="startDate" |
| FilterControlWidth="110px" PickerType="DatePicker" DataFormatString="{0:d/M/yyyy}"> |
| </telerik:GridDateTimeColumn> |