Gantt Custom Context Menu

Dear Support!

In default in Gantt visible great context menu with Add -Above,-Below,- Child items.



If we try add custom element with this solution:

...


ContextMenuItems=contextMenuItems

...

...

private object contextMenuItems = new List<object>() {"Add","TaskInformation", "DeleteTask","Save","Cancel","Convert","DeleteDependency", new ContextMenuItemModel { Text = "Új segédfeladat", Target = ".e-content", Id ="UjSeged" } };

...


The Add menuitems not visible



What is the solution to make everything visible?


Thank you in advance for your answers !


1 Reply

MS Monisha Sivanthilingam Syncfusion Team December 5, 2022 11:23 AM UTC

Hi Szoke,


Greetings from Syncfusion support.


We have confirmed the issue you have reported as an issue and have logged a bug report. You can track its stats from the below feedback link.


Feedback: https://www.syncfusion.com/feedback/39589/add-context-menu-item-not-showing-when-defining-context-menu-items


Regards,

Monisha.


Loader.
Up arrow icon