The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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?
ADAdministrator 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.