Categories | Question details Back To List | ||
Grid acheck eventj I'm using the Pro v 2.1http://www.dhtmlx.com/docs/products/kb/index.shtml?ask=ask&cat=search&ssr=yes&s=acheck Is there a safe way to catch a change of a Grid cell of type "acheck"? If I use the "onCellChanged" event, the handler is called during loading the Grid or scrolling it (if smartRender is enabled). My question is how to catch events from a acheck cell. Thanks in advance Answer posted by dhxSupport on Oct 06, 2009 01:46 You can use "onEditCell" event. Please find more information here http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:event_oneditcell |