Question
Since we have got the registered version the pyjamas between Grid and Gantt are not the same. We need to have the same color for each row in grid and gantt, how to do this ?
Answer
Four different properties control this:
PlexityHide.GTP.Gantt.PyjamasColor, PlexityHide.GTP.Gantt.PyjamasGradientColor, PlexityHide.GTP.Grid.PyjamasColor, PlexityHide.GTP.Grid.PyjamasGradientColor
You want to set these all of these to the same color to get a clean, straight line.
You reach the grid properties like this: Gantt.Grid.PyjamasColor=Color.Blue
Also, if you use CellLayouts on your cells you should set the CellLayout.BackgroundUse=false to stop the the cell background.