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
150
Finding Dropdownlist on client
posted

I have a simple grid where two columns are of type dropdownlist (Not webcombo)

On the client, in the BeforeEnterEditModeHandler event, I need to get one of the dropdownlists to set a filter on it, using selectWhere method.

I have done this with webcombos using igcmbo_getComboById, but is there a similar way to find the dropdownlist?