Last Updated:
03 Feb 2022 08:02
by ADMIN
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);