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 have a virtual grid with 4 columns and 12 rows. Rows.HeaderCount = 0
Cols.HeaderCount = 1 <--- (Two rows of column headers)
It seems that PrepareViewStyleInfo and QueryCellInfo are never getting called with e.RowIndex = 1.
What could be preventing it from being called for that row?
Pete
ADAdministrator Syncfusion Team April 13, 2005 12:55 AM UTC
After setting the HeaderCount, have you tried calling grid.ResetVolatileData?
ADAdministrator Syncfusion Team April 13, 2005 01:26 AM UTC
No I haven''t. I''m sure that''s the problem.
I''ll need to rework some stuff to do that, I''ll let you know if there are any problems. Thanks.
>After setting the HeaderCount, have you tried calling grid.ResetVolatileData?