将详细信息表(GridTableView)添加到Persistence Manager

时间:2015-04-13 15:00:32

标签: asp.net telerik persistence radgrid

我无法发现如何启用Persistence Framework Manager来检查和序列化详细信息表中的列数据(显示/顺序/ ect)。我有详细信息表的父RadGrid正确保存列显示/顺序,但它不会自动序列化子GridViewTable。根据{{​​3}},Persistence Framework支持GridTableView。

有没有人能说明如何将其添加到我的持久性管理器中?似乎GridTableView不能从ASPX页面分配ID,因此,我无法以我的RadGrid方式将其添加到我的经理。

谢谢,

AlexK

更新 我尝试通过在Page_Init事件中添加以下内容后面的代码添加详细信息表...

PersistenceManager.PersistenceSettings.AddSetting(ParentRadGrid.MasterTableView.DetailTables(0))

这引起了PersistenceFrameworkException详细说明 The control of Telerik.Web.UI.GridTableView could not be persisted. Please review the online documetation for the supported controls.

1 个答案:

答案 0 :(得分:0)

仅支持 MasterTableView ,我问过,DetailTables不支持。文档将被修复:)