Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Carlos Bolina on Oct 17, 2008 19:17
open dhtmlx forum
Problem in grid with coro column type and onEditCell event

When I use coro (combo ready only) in association with onEditCell event on grid (dhtmlxGrid v1.5 pro) causes the coro cell freese and the value can't be changed. how to solve this problem?
Answer posted by Support on Oct 20, 2008 01:30
Please be sure that code of onEditCell events has
   return true;
at the end. Returning any other value will result in blocking of edit operation.