Attributes collection

Would it be possible to have the GridCell, GridColumn and GridRow have a attributes collection of name/value pairs?

I'm having to store metadata about each cell and sometimes at the column level. It would be great if when the user changed the value of a cell and the celldatachanged event fired, I could access this infromation from the cell's properties.

For example, in the cell changed event, I could access e.Cell.Properties["Name"] to retrieve it's Value.

Hi,

Well, we don’t have such property to store meta data in name/value pairs for GridCell/GridRow/GridColumn classes. We only provide Cell.SetCellValue and Cell.Value API. I think you may try to use some other means e.g arrays or variables to store your desired meta data dynamically it it fits your need.

Anyways, I have logged it into our issue tracking system with an id: CELLSNET-18334.