10663 : Customize the grid rows with image or color.

Question

I’d like to know if it is possible, using ActiveX version, to customize the grid rows with image or color.

Answer

Each cell can be assigned its own CellLayout (IphGridLayoutPropX). In this object you can set properties as BackColor (and font, frame and align options ).

It is currently only possible to assign an image to a Cell when it shows the tree expand/collapse buttons. The image is then controlled with the properties IphDataEntity_Tree2.ImageIndex and IphDataEntity_Tree2.SelectedIndex.