I have a TGrid with a mixture of columns (ImageColumn and StringColumn). I can populate it using onGetValue event which works fine. My questions are:
How to force the entire grid to rebuild and cause onGetValue event? I'm using UpdateStyle at the monent.
How can I update a single cell in the grid?