Categories | Question details Back To List | ||
dhtmlxGrid Dear sir, Is it possible to get the current value store in cell while OnCellEdit event in stage == 1. Right now i m not getting any solution. Or any other event like onCellSelect is there... plz help Answer posted by Support on Dec 18, 2008 01:54 >>Or any other event like onCellSelect is there... There are onBeforeSelect onRowSelect events. >>Is it possible to get the current value store in cell while You can't get it on stage 1, but you can use stage 0 to store cell value in some global var, and access it on stage 1 |