What's the difference between the click and the mouseclick event?
Neither Click nor MouseClick are specific to the grid or any Infragistics controls. These are events on Control, so you should consult Microsoft's documentation for information about them.
I'm not really sure, but one difference I notice is the event args. The MouseClick event gives you a lot more information like what button was clicked, and the X and Y coords among other things.