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
940
igCombo selected value changes data displayed on current page
posted

I would appreciate assistance on the following:-

  1. I have an igCombo control populated with a list of address types - the values are Residential, Postal and Business.
  2. When the view loads, I need the control to default to the Postal address and also display each field of the postal address in separate fields within the same view.
  3. Upon changing the selected address types from Postal to Residential, I need the associated fields in the view to be updated with the residential address values.

Thanks for the help in advance.

Parents
No Data
Reply
  • 25665
    Offline posted

    Hello Mark,

    Thank you for contacting Infragistics!

    You can achieve this be changing the textKey property of the igCombo to achieve this behavior, for example:

    $('#comboTargetDiv').igCombo('option', 'textKey', 'ProductID')

    Please let me know if you have any further questions concerning this matter.

Children