GridColumnAutoFit web.config setting
- Last UpdatedJan 24, 2023
- 1 minute read
- PI System
- RtReports 5.0
- Visualization
This optional setting affects grid column in the RtReports Generator user interface. It has no effect on report viewing or printing. By default GridColumnAutoFit is set to false. When set to false, grid columns widths are defaulted to proportions determined by the width of the grid. The user can resize the columns as needed. When set to true, grid column widths expand to make all column text visible and column resizing is disabled.
<appsettings>
…
<add key ="GridColumnAutoFit" value="true"/>
…
</appsettings>