Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1150
Filter down other igCombo dataSource on igComboSelectionChanged event
posted

What I'd like to do:

I have a grid with igCombo as editor. Let's say column A and B have igCombo as editor. I need to remove some data from igCombo in Column B when user changed combo selection in column A.

So I need to change options displayed by igCombo in column B every time user changes selection in column A.

What I've tried so far:

- I've been able to grab the dataSource of combo in column B, delete from the dataView property and it seems to work, but the size of the dropdown does not change. So the drop down has some empty rows.

Is there a better way to do this ? how do I resize the drop down height on the fly ?

Thanks