How to make the ColumnManagerRow spearater lines the same as the grid lines or how do I paint the the column separaters to be the same as the ColumnManagerRow in my own grouped column headers?
Bernie
You can only accomplish this by deriving from the ColumnManagerRow class (we show in the help documentation how to derive from different grid classes), and override the ColumnManagerCell's PaintBorders, or directly the PaintBackground (but calling base first).
http://doc.xceedsoft.com/products/XceedGrid/Custom_painting.html
http://doc.xceedsoft.com/products/XceedGrid/Extending_the_Row_class.html
http://doc.xceedsoft.com/products/XceedGrid/Extending_the_Cell_class.html
http://doc.xceedsoft.com/products/XceedGrid/Extending_other_classes.html