Hi everybody,
I have a grid with two ‘custom ‘columns – jqxDropDownList type. I need the second column to change the source of dropdownlist dynamically, depending on the selected value of the 1st column. In other words:
1st column dropdown list: Chicago, Paris, London, Sydney
2nd column dropddown list:
if Chicago selected: Street A, street B, Street C
if Paris selected: Street G, Street T, Street M
etc etc
Is it doable? I understand that the source of dropdown lists is being set up under “createeditor” and am not sure how to change it dynamically subject to another cell’s content.
How can I do that?
Thanks!