Hi, I'm using the 2006 V3 of the TrueDBGrid. I need to hide the grid lines on the grid preview at run - time (Report-Style), so I use the following commands:
[myGrid].PrintInfo.GridLines = C1.Win.C1TrueDBGrid.PrintInfo.GridLinesEnum.None
[mygrid].PrintInfo.PrintPreview()
This works perfectly for me but if I set also
[myGrid].DataView = C1.Win.C1TrueDBGrid.DataViewEnum.GroupBy
I get back the Grid Lines in the Preview. Is this a bug of the component or is there a way to make it work ?
Could anyone help ? T H A N K S !