AD
Administrator
Syncfusion Team
March 31, 2005 10:06 PM UTC
There is no variable in the cell click event args that you can use to pass such information.
One way you can do this is to add a form-level field and set it to to -1. Then before you raise the event, make it hold the menu item. Then test this variable in your handler, ressetting it to -1 as well.
AD
Administrator
Syncfusion Team
March 31, 2005 10:46 PM UTC
If you really want to use an event to handle things, you can create your own event whose event args passes the menu information as well as the cellclick args. Then you can raise your new event, and catch it in the grid.