DBAdvGrid - AddColumn

Hello,
how can i add a additional column for something which are not in the dataset? For example, i will load graphic files in a column, the filename is due to the data, the graphic files are not in the database.

Best regards
Marco.

You could use the OnGetDisplText event and set in the column HTML formatted text that have an <IMG> tag
that refers to the file the database field points to. You could use the HTML template of the column to  do this.

Hello,
thanks for the reply. Now it works fine.
Best regards
Marco.