When a child grid is present the parent row displays a "+" graphic to expand/collapse the child rows. This is fine except that it displays the icon for all parent rows, even if there are no child rows for a given parent.
Is there a way to get rid of the expand icon on parent rows where there are no associated child rows?
Hi,
ShowExpansionIndicator = CheckOnDisplay. The help page http://help.infragistics.com/doc/WinForms/2014.2/CLR4.0/?page=Infragistics4.Win.UltraWinGrid.v14.2~Infragistics.Win.UltraWinGrid.ShowExpansionIndicator.html, explains the full details.
This fixes the problem - thanks