Selection and hover effect
"ApplySelectionAndHoverEffect" option is used to highlight the selected or hovered row in a gantt. Selection and hover effect option is enable by default. You can however enable/disable this feature by setting the "ApplySelectionAndHoverEffect" option to true/false.
Here is the code example:
|
$('#gantt_container').GanttControl({ ApplySelectionAndHoverEffect: false }); |
� RadiantQ 2022. All Rights Reserved.