AD
Administrator
Syncfusion Team
March 19, 2004 04:04 PM UTC
If you want to catch the clicks, you might use either grid.Click or grid.CellClick.
In the sample I just posted another thread on virtual grids, I can see mousemove be hit when I move over the header cells in that sample. And when I click the header, I see Click, CellClick and then a MouseMove event in that order.