I'm using the KendoReact Gantt component in my project and would like to customize the default "Add Task" button in the toolbar. I have a couple of requirements I need help with:
Customizing the "Add Task" button
I’d like to change the label of the button.
Customizing the dropdown menu (that appears when an item is selected and "Add Task" is clicked)
When an item is selected in the Gantt chart and the "Add Task" button is clicked, a menu appears with options like "Add Above", "Add Below", etc.
I'd like to modify or extend this menu — either by changing the labels, hiding certain options, or adding new ones.
I've reviewed the official documentation but couldn’t find clear guidance on customizing this behavior.
Could you please let me know:
The recommended way to customize the toolbar button and its menu
Any hooks or props that allow for this level of control
Any example or code reference would be greatly appreciated!
Thanks in advance!