Hi All,
I am trying to replace VSflexgrid with ultrawingrid. VSflexgrid has a property whereby you can attach an object as a property to each row and column. Is there anything similar to that in ultragrid.
Any information would be very helpful.
Do you need to store the data row in the grid row? For that you have the ListObject property. If you want to attach something else, you can do it in the Tag property.
You could also add unbound columns to the grid to store any extra data you want.