• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

Context Sensitive Menu

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Context Sensitive Menu

    Hi,
    I have a grid created with a context sensitive menu as column #1.
    The Nitro auto-code created with a few dropdown menu items that I have functions to catch events on.
    However, I do not seem to be able to catch a CLICK event on the menu itself.

    This is what I am after:
    I have a "onFileGridItemClick" event that load a side panel with an image.
    I would like to have the same event fired off when a user click on to activate the context menu even without selecting an item.
    How do I do that?

    Please advise.
    Thanks.

  • #2
    You would probably want to listen for the "show" event fired my the menu.

    Comment


    • #3
      Sean,
      Thank you. That works.

      Comment

      Working...
      X