AD
Administrator
Syncfusion Team
May 12, 2005 09:40 AM UTC
The simplest way is to put the label as a "Control" CellType in the particular cell. Then when the cell gets scrolled, your label gets scrolled. Here is a thread that shows a snippet using a "Control" celltype for a chart, you can do the same for a label.
http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=28478
If you do not want to do this, then when the grid scrolls, you will have to move your label. This will take some coding. See this forum thread for a discussion. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=27889