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?