Is there a dojo enhanced grid example with context menu
Posted
by user102023
on Stack Overflow
See other posts from Stack Overflow
or by user102023
Published on 2010-04-17T21:09:05Z
Indexed on
2010/04/17
21:13 UTC
Read the original article
Hit count: 901
I am looking for an example of a dojo enhanced grid that contains a context menu on either a cell or row menu where the cell or row data is accessed. I have managed to create an enhanced grid with a row context menu. I can create a function that captures the event of clicking on the row menu item. However, I am not sure how to access the row data in the context of the menu item handler. I have not seen any example in the tests of the nightly build. Is there an example of this available online?
© Stack Overflow or respective owner