Enabling the Headermenu option in GanttTable
"EnableHeaderMenu" option is used to display the header menu options in the Column header. By default "EnableHeaderMenu " is false, You can however enable this feature by setting EnableHeaderMenu option to true.
AllowColumnFreezing:
Set "AllowColumnFreezing" option in the GanttTableOptions as false to hide the column lock/unlock option. By default, this option is true.
HeaderMenuMode:
User can change the mode of header menu by setting "HeaderMenuMode":ContextMenu option in GanttTableOptions. To set the header menu mode option,EnableHeaderMenu option should be set as true. By default HeaderMenuMode will be "IconClick".
Here is the code example:
|
$('#gantt_container').GanttControl({ GanttTableOptions: { EnableHeaderMenu: true, HeaderMenuMode: "ContextMenu", AllowColumnFreezing: false } }); |
|
|
� RadiantQ 2022. All Rights Reserved