3.2.0

Column Identifier

Is there a way to assign a unique identifier to a column? The columns contained in my grid can be dynamically selected by the user, and I need a way to indentify each column.
Julie
June 11,
The column index is a unique identifier (it is not the same as display position). You can also use string indices instead of numbers if you wish -

http://www.activewidgets.com/aw.ui.grid/column-indices.html

Or, you can add new properties to the column or cell models with
defineColumnProperty or defineCellProperty.
Alex (ActiveWidgets)
June 12,

This topic is archived.

See also:


Back to support forum