Kendo Grid Popup Template bind data into second Popup

308 Views Asked by At

I had simple demo that I created here. What I want to achieve in edit mode, if popup 'yes' second popup will appear and bind the value of productName in dropdownlist. Any idea how to open 2nd_popup_editor using kendo-template?

another option I used kendoWindow call the div but it still not bind the productName.

1

There are 1 best solutions below

0
dontbannedmeagain On

I found another way to do it. I use edit event to pass e.model.ProductID value to the input and call kendoDropDownList

DEMO IN DOJO