2 header rows in virtual grid

I am trying to use 2 header rows in my virtual grid. In QuerycellInfo, I set CellType = "Header". However, as soon as I scroll down, the second row disappears as if its a data row. The first row stays put as the header. What do I need to do to get this corrected ? Regards Chak

1 Reply

HP Holger Persch March 9, 2005 02:44 PM UTC

Hi, Try this: this.gridControl.Rows.HeaderCount = 1; this.gridControl.Rows.FrozenCount = 1; HTH Holger Persch

Loader.
Up arrow icon