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?

Parents
  • 45049
    posted

    This sounds like you're using a ValueList.  A ValueList doesn't exist as a standalone control, so there's no function similar to igcmbo_getComboById() to get a reference to it.  Additionally, a ValueList does not have selectWhere() functionality or any other kind of filtering capabilities.

    You'll need to use WebCombo if you want to use selectWhere functionality.

Reply Children