Hi,
RadGrid has a dynamic float column. Some of its values are getting converted incorrectly to datetime (e.g.: 11.9 to 11/09/2010). May I know if there's a way to prevent this without having to go by column name?
Here's the definition of radgrid in the page:
<telerik:RadGrid ID="grdReportData" runat="server" PageSize="20" AllowSorting="True"
AllowPaging="True" AutoGenerateColumns="True" CssClass="grid" ClientSettings-Resizing-AllowColumnResize="true"
ClientSettings-Resizing-ResizeGridOnColumnResize="true" ShowFooter="true">
<PagerStyle Mode="NextPrevAndNumeric"></PagerStyle>
<MasterTableView Width="100%" TableLayout="Fixed">
<NoRecordsTemplate>
No records exist for the given criteria.
</NoRecordsTemplate>
</MasterTableView>
</telerik:RadGrid>
Any help is appreciated.
Regards,
Mohan.