Hello,
when we have a dx-popup which has a dx-form as content , I have some drop-down boxes ,
I need to perform cascading for these drop-down boxes.
thank you
We have closed this ticket because another page addresses its subject:
How to implement cascading drop-down editors in dxFormHow to implement cascaded editors in the Popup Edit Form
Answers approved by DevExpress Support
Hello Saeedeh,
Please refer to the following thread to learn how to implement this task:
T334359: dxDataGrid - How to implement cascading lookup columns
See the Plunker example which illustrates this scenario in Angular.
Hi Saeedeh,
The solution is independent from an editing mode you are using. The same logic works with the popup editing mode. Would you clarify what problem you've faced with this approach?
Hi,
In code in dxDataGrid - How to implement cascading lookup columns,
you are using rowdata and value which I have no access to them in table?
Idon't get it well,
Any way I implement it by not using editing popup mode for table,
I used dx-form in dx-popup .
Thanks
It's great to hear that you resolved the issue using a separate popup with dxForm. See also the CodePen sample that illustrates how the approach from the dxDataGrid - How to implement cascading lookup columns example works when the default popup edit form is used.