Recently convert my radgrid from .Net1.1 to 2.0...
DataFormatString works fine with 1.1 but with 2.0 Radgrid Q3 2008 date cannot be formatted as I wanted, and it always adding time.
| <rad:GridBoundColumn HeaderText="DOB" DataField="dob" DataFormatString="{0:MM/dd/yyyy}" UniqueName="dob"> |
| <ItemStyle Font-Size="X-Small" Font-Names="Arial Narrow" HorizontalAlign="Center" VerticalAlign="Middle"></ItemStyle> |
| <HeaderStyle Width="74px"></HeaderStyle> |
| </rad:GridBoundColumn> |
Any help would be appreciated...
Thanks in advance..