:: Forum >> Version 2 >>

Column Identifier

More information on this topic is available in the documentation section: /aw.ui.grid/column-model.html.

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
Thursday, June 11, 2009
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)
Friday, June 12, 2009



This topic is archived.

Back to /aw.ui.grid/column-model.html

Documentation:

Forum search