We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon