Hi,
1. Is it possible to hide the column headers in the Grid or control what buttons are dispayed ? When displaying records on multiple rows, the column header buttons appear on to of each other and it looks a bit weird2. Is it possible to paint a border around each record that contains multiple fields (on different rows)
Thanks
Niclas
I solved 1 by setting Heigh & Width properties on the Label to 0 which in effect hides the column label. Will check the styles as proposed, but if you have a sample to share that would be useful. Basically I have records that spas 2 rows and I would like to put a divider line in between each record.
Hi Niclas,
I am not quite sure what you mean in the first section, so please maybe attach a screenshot.
About the second question, yes it is possible by creating a style targeting the CellValuePresenter and changing its behaviour by a trigger. You can see the default style for the CellValuePresenter in the local directory on your computer "~\Infragistics\NetAdvantage for WPF 2008 Vol. 2\DefaultStyles" and use it as a start for your custom style.