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 !