FNCGrid change layout based on column value

Hi,

I have an FNCGrid connected to a dataset and I would like to alter the layout based on a column value.

For example, in a grid with 6 columns, I would like to set the font of the row based on the value in column 2.

How is best to go about this? I am aware of the Layouts property of the Grid, but I'm assuming there is a better way to do this using one of the grid OnGet events or something of the like?

Thanks!

The event OnGetCellLayout, you can customize all cells individually. Here is an example:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.