I have different arrays bound to the combo on each data row. This is in continuation with sample provided in
http://es.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.
Hello Anitha,
I am currently looking into this scenario and will keep you posted of any available information.
Thank you for your patience.
In this scenario I am assuming that the combo provider value is being changed on the editCellStarted event of the Updating feature. As there is only one provider instantiated per column, searching for the values entered in the external input may be done directly in the combo's datasource, and not the combo itself. I am attaching a sample demonstrating this in practice. In this case all even-ID rows would have their value changed if the value entered in the input below the grid matches one of the values in the datasource for these rows (for simplicity I am using 2 datasources for the combos - one for even indexed rows and one for the odd indexed ones).
Hope this helps. Please feel free to contact me if you need more information.
Please feel free to contact me if you have any questions.