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.
Hi,
I know I can override OnDrawCell to completely control the painting of the column headers. Can I do the same thing for GridListControl which does not have the same method for me to override?
Thanks.
Aaron
I found the answer. Simply attach a DrawCell event to the GridListControl.Grid and do a e.Cancel = true at the end of my event handling code would do it.