I use the code .
grdResult.enableEditEvents(true,false,false);
It can edit the whole grid.
Now I want to edit only one column in the grid ?
How about this method ?
I use the code .
grdResult.enableEditEvents(true,false,false);
It can edit the whole grid.
Now I want to edit only one column in the grid ?
How about this method ?
You may try to use onEditCell event to block the edit operation with any needed cell:
docs.dhtmlx.com/doku.php?id=dhtm … oneditcell