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
145
Need to bind values to combo inside igGrid with each combo in a data row having a different array bound to it using Updating event
posted

Hi,

I have an igGrid (2013.2 version) with virtualization set to true and mode as continuous. The grid has Updating feature with cell mode editing enabled. 

The cell in the edit mode needs to display igCombo but the list item values in the combo should be different for each row. Please let me know the best way to achieve this.

Thanks,

Anitha

Parents
No Data
Reply
  • 1440
    Verified Answer
    posted

    Hi Anitha,

    yes this is possible, but the datasource should be array and different for each combo.

    I attach a sample with a similar scenario: operator and field column have different datasource and value column is generated, based on the field selection.

    Please test this sample and let me know if this is the behavior you expected.

    igGridDifferentComboInRow.zip
Children