Hi,
using this "ultraGrid.DisplayLayout.Override.ExpansionIndicator = Infragistics.Win.UltraWinGrid.ShowExpansionIndicator.CheckOnDisplay" able to remove expansion indicator but that space is there so how can remove that please help me out .......... thanks in advance
If you just want to display a single band of flat data and you will never have any child rows, then another option would be to set:
grid.DislpayLayout.ViewStyle = ViewStyle.SingleBand;