I am trying to see if I can get the grid to work in the following way:
When touched using a touch pad/screen, an event would create a context menu.
When left clicked using a mouse, an event would be selected or launch some other code to load up this event.
When right clicked using a mouse, an event would create a context menu.
Is there a way to differentiate between a touch or a click in the click event, without also breaking the existing drag/drop behavior?