0

I have a grid panel and i have a item context menu on it, which have sub items as well. When a user clicks on the sub menu item or context menu item, i want to know on which grid panel this context menu is on. Can i do this?

Hacker
  • 7,798
  • 19
  • 84
  • 154

1 Answers1

0

Use the add method to add the menu to the corresponding grid, and then later, you can get the grid using the up method.

scebotari66
  • 3,395
  • 2
  • 27
  • 34