this is incredible, but
if i set AllowFilteringByColumn to false, the grid isn't formatting any more.
sample col that doesn't get formatted just by changing AllowFilteringByColumn to false...
is this a bug?
if i set AllowFilteringByColumn to false, the grid isn't formatting any more.
sample col that doesn't get formatted just by changing AllowFilteringByColumn to false...
is this a bug?
<telerik:GridBoundColumn DataField="Data1" HeaderText="Data 1" |
UniqueName="Data1" |
DataFormatString="{0:dd/MM/yyyy}" |
DataType="System.DateTime" |
ItemStyle-Width="140px" HeaderStyle-Width="140px"> |
</telerik:GridBoundColumn> |