AD
Administrator
Syncfusion Team
January 4, 2005 06:29 AM UTC
Row 0 is the default header and row 1 would be your second header row. So try this code:
//2 header rows
m_PretestListingGrid.Model.Rows.HeaderCount = 1;
// freeze the top 2 rows (includes headers)
m_PretestListingGrid.Model.Rows.FrozenCount = 1;