AD
Administrator
Syncfusion Team
September 6, 2005 03:54 PM UTC
You can set grid.Rows.HeaderCount = 1 and grid.Rows.FrozenCount = 1 to add an extra frozen header row. If you want the clicks on the second row to select columns or use teh secod row to size the columns. Then that takes some more work. Here is a sample with a helper class that wraps this functionality for a GriddataBoundGrid, but I think you can do something similar for a GridControl. http://64.78.52.104/support/user/uploads/headerrowhelper.zip