We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon