How to get the header data of the second page? Somebody help me!!

I set:gridControl1.Rows.HeaderCount =2 ,gridControl1.RowCount=100,and fill some data in the header of the grid.But when I want to print or printView the grid,And when the pages of the grid more than one .the header of second page will only play a Row.Why?? My printView code is : GridPrintAtLocDocument pd = new GridPrintAtLocDocument(gridControl1, true); PrintPreviewDialog dlg = new PrintPreviewDialog() ; dlg.Document = pd; dlg.="MyDocument PrintView"; dlg.ShowDialog();

2 Replies

AD Administrator Syncfusion Team October 8, 2003 09:47 AM UTC

Set also gridControl1.Rows.FrozenCount =2 Stefan


KI Kis October 8, 2003 11:09 PM UTC

Thanks very much! kis!

Loader.
Up arrow icon