Show/Hide Toolbars

Inventu Viewer Enhanced ASP.NET UI Application Generator

 Summary

Each column in the Gridview can have a heading that is separately set from the fieldname, as well as a Tooltip when the user hovers the mouse over the column's heading.

 Controlling Properties

rollover
Field.ColumnHeading,
rollover
Field.HeadingTipText

 Details

The headings in the Enhanced UI Web UI are non-scrolling, so that large lists will not lose the headings as the user scrolls down the data portion.  

 

Note that if the heading widths are out of alignment with the data columns, you should simply widen the control on the page (the FieldMap.TableWidthOverride can provide this while in WebPreview mode).

 

To implement heading with more than one physical line, the vertical bar character (|) can be used as a "line break" in the Field.ColumnHeading property.