Possible to ad a row above the captions?

Hello, I have a control derived from GridControl. In certain cases I want the control to show an error status row above all other rows, even above the column captions. Something like a grid title. Is it possible to do this? I failed to find a solution. Regards

1 Reply

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

Loader.
Up arrow icon