Hello jqWidget team,
I have a development scenario where I implemented say three dropdown columns which are cascading on each other, meaning selecting value from column1, pulls source for column2 and changing value of column2 fills values in column3 dropdown.
Now, column2 and column3 having different soruce depending on values selected on column 1. So, as a result, we need to have a different source for these dropdowns (column2 and column3) for different rows of grid.
we referred example provided for cascading dropdowns in grid, but it is having static data source for all rows.
Can you please show us how we can achieve this in jqxGrid?
Thank you,