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
95
Set hidden column value on Combo editor change
posted

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.