Depend on the record state, different record state will have different image or icon on these 3 columns. Where can I set this which base on the data ?
Set this column.DataImageField = true, use an image list and map the indexes of the images in this image list on the DB field value in this column
Now I am using the HTMLTemplate to fixed which image shown on this column 4 (View cert) in example, I need to check if this row/record does not upload the cert then this icon should be in show a disable icon.. so depend on the current record data status to decide which image should be appear. I am now sure where should I put this checking.
If you do this via HTML, you could dynamically set this HTML with a varying image index from the DBAdvGrid.OnGetDisplText event
it work but once i added the code on it, the upper left corner logo will be disappear ! so strange . that logo does not relate to the grid... if I comment the code, logo appear again..
I have no idea what is in the upper left corner.
Without any further detail, I cannot guess what is happening in your app.