Virtual grid cells not queried

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

2 Replies

AD Administrator Syncfusion Team April 13, 2005 12:55 AM UTC

After setting the HeaderCount, have you tried calling grid.ResetVolatileData?


AD Administrator 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?

Loader.
Up arrow icon