Description
Hi Rod,
I am using jquery context menu with kendo grid. Whenever the user clicks on the different headers of the grid, the context menu should open up based on the column name - i.e. the context menu items should be populated dynamically.
I have used to create the context menus based on http://medialize.github.com/jQuery-contextMenu/demo/dynamic-create.html
But I see the sub-menu options are not being correctly displayed. The sub-menu is getting displayed not at the position where the parent menu is opening. Please refer to the fiddle I have created : http://jsfiddle.net/anirbankundu/pR6nq/2/
If you do a right click on column Header = "colA", you will see a context menu with sub menus.But the sub-menu option is not opening at a position relative to its parent menu. If you click column Header ="colB", you will see a different context menu.
Could you please let me know why the sub-menus are not getting displayed correctly.
Thanks,
Anirban