I have discovered a new problem with LayoutView. I am utilizing the OnCustomDrawCell event of TcxGridLayoutViewItem to customize the look of the caption (as suggested in issue T106647). In the new 2014 vol 1.2 version the caption became "distorted", as it seems to me the caption text is drawn twice. I have prepared a small sample project to demonstrate the issue. The item2 item should not be visible at all but the caption text is still visible. The item1's caption text is "thicker" as transparent text with clear-type is drawn twice on the same area. The item3 clearly displays the problem when an italic font style is used. It is probably painted before the OnCustomDrawCell event, because if I fill the area with a custom background, it looks fine (as can be seen on item4).
Regards, Jaroslav.