I need to hold some information for each cell of the UltraWinGrid. Is there something I can do to hold it on the gridcell object?
Thanks!
I think you can use cell.Tag to hold the object.
Ada
Thanks! If the value of the tag changes, is there any event fired?
If not, is there anything on the cell that would hold the object and fire an event when changed?