Sets the name of the field in the recordset that the column is bound to.
public void setBoundFieldName( String name )
name
A string that identifies the name of the field to bind the column to.
When you call setBoundFieldName, the parent DataGrid control automatically rebinds the column to the specified field. The column's caption is updated to reflect the newly bound field.
Note that multiple columns can be bound to the same field.
See Also getBoundFieldName