This question is locked. New answers and comments are not allowed.
Hi,
I'd like to implement context menus by only calling .SetContextMenu() once against the entire grid. (Rather than having to attach it to each and every cell). For me to do that I'd have to be able to determine what cell was clicked, and I wonder how difficult that would be? (i.e. something like a HitTest method). Should I just forget it and attach the context menu in the RowLoaded event like in the sample?
Thank you,
Derrick
I'd like to implement context menus by only calling .SetContextMenu() once against the entire grid. (Rather than having to attach it to each and every cell). For me to do that I'd have to be able to determine what cell was clicked, and I wonder how difficult that would be? (i.e. something like a HitTest method). Should I just forget it and attach the context menu in the RowLoaded event like in the sample?
Thank you,
Derrick
