Show Smart Search Console
Grid Control 2.0
Show Smart Search Console
Technologies > Software Engineering Techniques > Software Engineer Views > Report with Personalized Header, Footer and Data
The
Smart Search console
is displayed by default. To disable the Smart Search console, set the panel’s optional attribute
controlType
to
reportGrid
:
<panel type="grid" id="rm_report" controlType="reportGrid" dataSource="ds_0">
The setting removes the column that contains the Smart Search expand-or-contract button. The grid report still retains sortable columns.
Disabling Default Sorting
To disable default sorting in grid reports, use the
sortEnabled="false"
attribute in the
<panel>
element in your AXVW file. This setting can be useful if data for the grid is provided by a custom workflow rule that does not support sorting, or when the grid uses calculated SQL fields that do not support sorting.
Example view: http://localhost:8080/archibus/schema/ab-products/solutions/parts/grid/ab-ex-report-grid-custom-hdr-body-ftr.axvw