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 set values to combo inside igGrid on button click.
posted

I have different arrays bound to the combo on each data row. This is in continuation with sample provided in 

http://www.infragistics.com/community/forums/t/92694.aspx

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. 

1. On click of button, I would like to set the value from a text box outside the grid to the combo box inside the grid if the value is present in the array. Please note the arrays of each data row is different and I need to select the value in the combo on multiple rows if data is present in the combo box.
2. Also, I need to retrieve the values on button click to save changes to DB.
 Can you please suggest the best way to achieve the same.
Thanks,
Anitha