We have been using grid column filtering with the RadGrid control for some time. We have been requested to change the date format throughout the application to dd/MMM/yy
Setting the DataFormatString="{0:d}" (shown below) breaks the filtering with version 2009.3.1208.35. No filtering occurs. When a date with this format is entered and "Equal To" is selected for the filter, the results are an empty grid. The system date format has been set to "dd MMM yy".
<telerik:GridBoundColumn UniqueName="DateAdded" DataField="DateAdded" SortExpression="DateAdded"
HeaderText="Created" DataFormatString="{0:d}" Groupable="false"
ItemStyle-HorizontalAlign="Right" FilterControlWidth="65px">
<HeaderStyle Width="85px" />
</telerik:GridBoundColumn>
How do we get the grid filters to work with this date format?
Thanks in advance,
Keith E.
Setting the DataFormatString="{0:d}" (shown below) breaks the filtering with version 2009.3.1208.35. No filtering occurs. When a date with this format is entered and "Equal To" is selected for the filter, the results are an empty grid. The system date format has been set to "dd MMM yy".
<telerik:GridBoundColumn UniqueName="DateAdded" DataField="DateAdded" SortExpression="DateAdded"
HeaderText="Created" DataFormatString="{0:d}" Groupable="false"
ItemStyle-HorizontalAlign="Right" FilterControlWidth="65px">
<HeaderStyle Width="85px" />
</telerik:GridBoundColumn>
How do we get the grid filters to work with this date format?
Thanks in advance,
Keith E.