I am working on an indented grid project. I have used some sample code that I found on your site and it is working well except for one situation: the grid header wants to repeat. Can you identify what is happening and recommend something?
Hello,
You should be able to set the grid up to show only one set of headers by using the HeaderPlacement property on the grid's Override. Try adding this code:
ultragrid1.DisplayLayout.Override.HeaderPlacement = HeaderPlacement.OncePerRowIsland
You can find more information here: http://es.infragistics.com/help/winforms/infragistics4.win.ultrawingrid.v16.2~infragistics.win.ultrawingrid.ultragridoverride~headerplacement
Please try this out and let me know whether it works for you.