Enabling edit mode in a single click
There is a "enableSingleClickEdit" option in "GanttTableOptions" which allow you to enable the editing on a single click. The default value is false.
Here is the code example:
|
$('#gantt_container').GanttControl({ //To edit grid cell in single click. GanttTableOptions = { enableSingleClickEdit: true } }); |
� RadiantQ 2022. All Rights Reserved.