Sorry for not having a better title...
Can this double line be removed (Between row and child row)? I have interband spacing set to 0 so there will be no space between band, but this double line is something I did not manage to get rid off. Is there a property I should change in order to do that? The second problem is removing the double header. I assume that "Frozen Headers" should solve that problem, but I didn't see a feature called like that. What do I need to do to fix that issue as well?
Thanks
I don't see any other way to remove the spacing, then. You can Submit a feature request to Infragistics.
You might want to consider using the UltraWinTree control instead of the grid. It looks like you might want something like an Outlook Express display where all of the bands have the same data structure.
Thanks. HeaderPlacement was the property I was looking for.
Unfortunately, negative values are not allowed for InterBandSpacing and RowSpacingBefore.
Okay, to get rid of the second header, you need to use the HeaderPlacement property.
I'm not sure about the double-thick border between the rows there. It may not be possible to remove that. Try setting InterBandSpacing to a negative number, maybe you can overlap the bands.
You might also try using RowSpacingBefore on the first row in the island and try using a negative number for that.
There was... but I have no idea where it went.
Here it is again:
I'm afraid I don't understand what you mean. Maybe you can post a screen shot to show what double lines you are referring to?