Completed
Last Updated: 03 Feb 2022 08:02 by ADMIN
Release R1 2022 SP1
c
Created on: 28 Jan 2022 15:09
Category: GridView
Type: Bug Report
0
RadGridView: Broken columns layout after print failure and columns drag and/or resize
Workaround:
Call the EndPrint method after the printing.
this.radGridView1.Print(true, this.radPrintDocument1);
(this.radGridView1 as IPrintable).EndPrint(null, null);
0 comments