Virtual Grid w MouseDown/Move on column headers

I am using the virtual grid and trapping gridControl1.MouseDown and gridControl1.MouseMove. However when I click on a column header these events are not firing, the are only firing when I click on a cell? Expected behavior?

1 Reply

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.

Loader.
Up arrow icon