FNCGrid with HighlightInCol

Is HighlightInCol designed to work when you use GetCellData to populate the grid ?

I thought I had it working in the past. It doesn't work in my current project. I have upgraded from Rio to Sydney in the interim, and made a number of other changes since I first coded it. Stepping through the code with the debugger, it looks like it only works if you populate the cells before displaying the grid.

Sue

Hi,

HighlightInCol only works on data that has been stored in the Cells property. Not with OnGetCellData event. We'll investigate if we can change the behavior so it works with events as well.

Thank you. For the time being anyway, I have stored the data in the cells.