Class HtmlDataGridColumn

Configures an individual column that can be added to the HtmlDataGridConfig object.

Class Members

MemberDescription
Style The style to apply to the column
Sortable Determines if the column is sortable
SortExpression The Expression used for sorting
ItemAttributeString Any attributes you want to add to the TD tag
HeaderText Text of the header
HeaderAttributeString Any attributes you want to add to the header's TD tag
Format FormatExpression. Can be FoxPro format expression or =UDF. UDF must accept single parameter
FieldWidth Width of the field
FieldType FoxPro Type identifier
Expression Any FoxPro Expression (field, private var, UDF(), function) used to evaluate field
Init Initializes a DataGridColumn by allowing for passing in several parameters for easire column creation. loCol = CREATEOBJECT("entered","Customer since",[style="text-align:…
o.Init(lcExpression,lcHeaderText,lcAttributes)

Assembly: wwhtmlhelpers.prg


See also

Class HtmlDataGrid