0
votes

In kendo grid, I have popup editor for user.

in this popup, I have kendo tabstrip contains two kendo Grid in two tabs.

I want to do like this : + The first Grid in first tab load dataSource (read) by add parameter UserID of Model User in popup.

 .Read(read => read.Action("ReadUserBranch", "User", new { UserIDSys = @Model.IDSys }))
  • And the second tab is grid "Store" read datasource by parameters list and UserID, How to add array list from First Grid .

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

Thanks ALL... help me !

1

1 Answers

0
votes

You can view link: http://www.telerik.com/forums/tabstrip-content-inside-edit-template

Download code: KendoPopupEditorWithTabStrip.zip

Can you add nick skype of me ( kaka_nnc ) , We can learning Kendo UI together ...