Gridview Header
Gridview Header Attributes:
  • Header Title: Header display text;
  • Column Name: Dataset column name; make sure each column is uniquely named; for those combined columns, use AS to assign a column name.

    There are two named columns that will trigger special function:
    lgw_perm_id: user must have the permission by ID to see this row;
    lgw_perm_key: user must have the permission by Key to see this row;
    
  • Width: Width in pixels. One and only one header should set width to zero. When a column width sets to zero, its width is adjustable (140 pixels and up);
  • Display Order: Horizontal display sequence;
  • Summary: Indicate if summary info for this column will list in the first row;
  • Data Format: How to format the data. By default, the data is directly rendered without any conversion. If the format options do not meet your requirement, format your data in the SQL statement instead.