【问题标题】:Kendo Grid, multiGrids in tabStrip on POPUP EditorKendo Grid, multiGrids in tabStrip on POPUP Editor
【发布时间】:2013-11-13 08:46:04
【问题描述】:

在剑道网格中,我有用户的弹出编辑器。

在这个弹出窗口中,我有 kendo tabstrip 在两个选项卡中包含两个 kendo Grid。

我想这样做: + 第一个选项卡中的第一个网格通过在弹出窗口中添加模型用户的参数用户ID来加载数据源(读取)。

 .Read(read => read.Action("ReadUserBranch", "User", new { UserIDSys = @Model.IDSys }))
  • 第二个选项卡是网格“存储”通过参数列表和用户ID读取数据源,如何从第一个网格添加数组列表。

    Read(read => read.Action("ReadUserStore", "User").Data("DataStore"))

谢谢大家...帮帮我!

【问题讨论】:

    标签: kendo-ui


    【解决方案1】:

    您可以查看链接:http://www.telerik.com/forums/tabstrip-content-inside-edit-template

    下载代码:KendoPopupEditorWithTabStrip.zip

    你能加我的 nick skype (kaka_nnc),我们可以一起学习剑道 UI...

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多