Dear all,
How to disable the highlight in ultragrid without showing different color of selected row??
You may be referring to the ActiveRow and not the Selected row(s). In which case, this should help:
FAQ:How do I turn off the ActiveRowAppearance so that the active row in the grid does not appear selected.
You can disallow row selection by setting UltraGrid.DisplayLayout.Override.SelectTypeRow to 'None'.
You can prevent visual depiction of row selection by setting UltraGrid.DisplayLayout.SelectionOverlayColor and UltraGrid.DisplayLayout.SelectionOverlayBorderColor properties to Color.Transparent.