Completed
Last Updated: 07 Aug 2015 07:23 by ADMIN
Unplanned
Last Updated: 25 Apr 2016 08:14 by ADMIN
Declined
Last Updated: 02 Mar 2022 12:08 by ADMIN
Completed
Last Updated: 25 Aug 2017 06:10 by Arvind
Completed
Last Updated: 14 Sep 2021 09:33 by ADMIN
RadGrid throws a "Failed to load viewstate" exception in a specific setup with two level hierarchy and DateTimeColumns. 

Steps to reproduce:
1. Expand an item
2. Click on "Add new record button" in the expanded detail table view
3. Click "Cancel"
4. Click on"Add new record" this time on the master table view

Code to reproduce:

<telerik:RadGrid ID="rgComments"
    runat="server"
    AllowPaging="True"
    AutoGenerateColumns="false"
    DataSourceID="dsSpell">
    <MasterTableView Width="100%"
        CommandItemDisplay="Top" DataKeyNames="OrderID">
        <DetailTables>
            <telerik:GridTableView DataKeyNames="OrderID" DataSourceID="dsComment" Width="100%"
                runat="server" CommandItemDisplay="Top">
                <ParentTableRelation>
                    <telerik:GridRelationFields DetailKeyField="OrderID" MasterKeyField="OrderID"></telerik:GridRelationFields>
                </ParentTableRelation>
                <Columns>
                    <telerik:GridDateTimeColumn DataField="OrderDate" PickerType="DateTimePicker">
                    </telerik:GridDateTimeColumn>
                </Columns>
            </telerik:GridTableView>
        </DetailTables>
        <Columns>
            <telerik:GridDateTimeColumn DataField="OrderID" />
        </Columns>
    </MasterTableView>
</telerik:RadGrid>
<br />
<asp:SqlDataSource runat="server" ID="dsComment" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>"
    SelectCommand="SELECT [OrderID], [OrderDate] FROM [Orders]"></asp:SqlDataSource>
<asp:SqlDataSource runat="server" ID="dsSpell" ConnectionString="<%$ ConnectionStrings:NorthwindConnectionString %>"
    SelectCommand="SELECT [OrderID], [OrderDate] FROM [Orders]"></asp:SqlDataSource>
Completed
Last Updated: 04 Nov 2013 15:31 by ADMIN
Declined
Last Updated: 16 Jan 2014 10:06 by ADMIN
Created by: Paul
Comments: 1
Category: Grid
Type: Feature Request
0
Enable drag-and-drop between cells
Completed
Last Updated: 20 Sep 2016 06:43 by ADMIN
Completed
Last Updated: 30 Oct 2014 16:48 by Vincent
Declined
Last Updated: 21 Jun 2022 15:03 by ADMIN
Since Q3 a change in the client-side binding of the GridTemplateColumn has been introduced. The column no longer automatically populates controls in the ItemTemplate. The change is result of an optimization in code regarding the virtualization and batch editing features of the grid. The new behavior is far more optimized and ensures much faster and robust operation of the control in various cases of client-side binding.
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
ADMIN
Created by: Konstantin Dikov
Comments: 0
Category: Grid
Type: Feature Request
0

			
Completed
Last Updated: 11 Jun 2015 08:26 by ADMIN
Completed
Last Updated: 20 Jul 2015 14:14 by ADMIN
Declined
Last Updated: 20 Sep 2016 06:42 by ADMIN