Hi,
Is there any special feature built into UltraGrid that would allow me to add notes to individual rows. I could write something that would do this but it could be a lot of work. If there is something could you provide a sample.
Thanks
Rich
No, there is nothing built into the grid to do this since the grid does not store the actual data; this is the responsibility of the data source. You might want to add an additional column to the data source so that it can be stored with the rest of the data. You could also add an unbound column to the grid so that each row will have a cell for notes, but then you would have to serialize this data somehow.
-Matt