hello
i have the following grid with client databind odata, it's works fine, but the problem is with the datetime fields i can't display the field correctly, its the code
the datetime fields display like "/Date(1377165480000)/"
anybody help me please?
i have the following grid with client databind odata, it's works fine, but the problem is with the datetime fields i can't display the field correctly, its the code
<telerik:RadGrid ID="RadGrid1" runat="server" AllowFilteringByColumn="true" AllowSorting="true" ShowGroupPanel="true" PageSize="5" AllowPaging="true"> <MasterTableView ClientDataKeyNames="IdNavegacionenMenus"> <Columns> <telerik:GridBoundColumn DataField="IdNavegacionenMenus" UniqueName="ClId" HeaderText="Id Navegacion" DataType="System.Int64"></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="FechaNavegacion" UniqueName="ClHora" HeaderText="Fecha suceso" DataType="System.DateTime" ></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="NombreUsuario" DataType="System.String" UniqueName="Nombre" HeaderText="Nombre"></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="OpcionNavegada" DataType="System.String" UniqueName="Opcion" HeaderText="Opcion navegada"></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="CodigoUsuario" DataType="System.String" UniqueName="Codigo" HeaderText="Codigo"></telerik:GridBoundColumn> <telerik:GridBoundColumn DataField="MacEntrada" DataType="System.String" UniqueName="Mac" HeaderText="Mac"></telerik:GridBoundColumn> </Columns> </MasterTableView> <ClientSettings AllowGroupExpandCollapse="true"> <DataBinding Location="http://localhost:50155/ODataAuditoria.svc" DataService-Type="OData" ResponseType="JSONP"> <DataService TableName="NavegacionenMenus" Type="OData" /> </DataBinding> </ClientSettings></telerik:RadGrid>the datetime fields display like "/Date(1377165480000)/"
anybody help me please?