Hi,
I am using row editing feature of iggrid. I want to update the hidden column value when I change the selection from combo box.
I have used selectionChange event to get the value and using setCellValue to set the hidden column value. But this is ending the row edit mode and reset all other columns edited values.
Is there any other way to acheive the same.
Thanks.