FNCGrid Demo

Is there demo code showing how to implement the features of the FNCGrid shown in the image on the product page and documentation section linked below?

Ideally from a database.

Hi,

There should be a templates section in de demos folder. in the installation folder

Thank you, I checked the demos folder and overlooked the templates

I have got the FNCGrid connected to a database adaptor and copied the template in the demos folder as mentioned above and the colour coding works well for the visible cells after I use the LoadAllDataAndDisconnect. However how can I also get this to work as I scroll the grid. Thank you

Right now, the col & row checks are hardcoded, you would have to do this dynamically. based on your grid, but the drawing calls should work the same way if you scroll the grid, but with other parameters.