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

I am trying to use 2 header rows in my virtual grid. In QueryCellInfo, I set CellType = "Header" for the first 2 rows. 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

AD Administrator Syncfusion Team March 7, 2005 07:52 PM UTC

Set grid.Rows.FrozenCount = 1. (You can also set grid.Rows.HeaderCount = 1 to get 2 header rows without using QueryCellInfo if you want.)

Loader.
Up arrow icon