Completed
Last Updated: 13 Oct 2015 15:45 by ADMIN
ADMIN
Viktor Tachev
Created on: 16 Jul 2014 08:29
Category: PersistenceFramework
Type: Feature Request
1
In specific scenarios with RadTileList and RadPersistenceManagerProxy settings are not persisted and exception is thrown

		
1 comment
ADMIN
Misho
Posted on: 13 Oct 2015 15:45
The issue is not reproducible with the following setup:
  <asp:MultiView ID="TileMultiView" runat="server" ActiveViewIndex="0">
        <asp:View ID="HomeTileView" runat="server">
            <uc1:HomeTileControl runat="server" ID="HomeTileControl" />
        </asp:View>
        <asp:View ID="View1" runat="server">
            <uc1:AccountsTileControl runat="server" ID="AccountsTileControl" />
        </asp:View>

    </asp:MultiView>

If there are more than one persistent managers on the page they should have unique UniqueKey properties.