When trying to configure an igGrid to have parent and child cascading combo controls as editors, in a MVC solution, changing the parent value doesn't change the values in the child combo. This is the code:
This was a bug in the igCombo and it is fixed, and will be available in the upcoming service release for 12.2, 13.1 and for release of the 13.2 Ignite UI version. Then using the code above will work. As alternative, you also can use the code below, which utilize the ComboEditorOptions method instead of EditorOptions one, and is a more clear way to define cascading combo controls in grid. It will be available again in the upcoming service release, which will be out at the end of the month.
Best regards, Nikolay Alipiev
I have the same problem. I used parentComboKey but it did not work for me.
I used it in igGrid created combo box using Typescript.
Any other suggestions?