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
395
Is there an equivalent for igcmbo_getComboById?
posted

I tried igdrp_getComboById, but it seemed to fail, and after analyzing it for a bit, it seems that it could only ever get the calendar or the mask edit.

I checked further, and it looks like that is because those are the only two things that get assigned to the igdrp_all list - the WebDateStartChooser (in igdc_new) and WebDateStartChooser_input (in igmask_date).

--=- Ritchie

Parents
  • 395
    posted

    It looks like I ought to be able to use ig_controls[id].

    Is that kosher, or should I be trying to use something like the Infragistics._Utility class and its findControl(id,prefix) function?

Reply Children