Using AddShape in TDBAdvGrid

Hello,

how can i add a column to show a shape in a color to result from a value of a database field?

Best regards
Marco

Unfortunately, there is not a direct way built-in,

you could set the TDBAdvGrid.PageMode = false and then loop through all rows to programmatically add the shape.

Hello Mr. Fierens,

thanks for the answer, it works perfect.

Best regards
Marco