Determines how the RadGridView column widths will be set when printing.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public enum PrintFitWidthMode
Fields
The total column width will be resized to mach the page width while preserving the individual column width ratios.
C#
FitPageWidth = 0
The column widths will not be changed.
C#
NoFit = 2
The column widths will not be changed but the grid will be centered on the page.
C#
NoFitCentered = 1