AD
Administrator
Syncfusion Team
July 9, 2004 06:27 AM UTC
I am not sure what you mean by this. Are you talking about a row header scrolling off the screen when you scroll vertically? If so, your can freeze rows at the top of the grid with code like grid.Model.Rows.FrozenCount = 2. This would prevent the top 2 rows in teh grid from scrolling.
If this is not what you need, and you can post a picture showing what you mean, I may be able to suggest something else.