0

I am trying to change the cell colour of an EpiUltraGrid in Epicor.

The EpiUltraGrid is based on the Infragistics UltraGrid.

I have tried the following line of code:

grdPOSuggestions.Rows[i].Cells[13].Appearanace.BackColor = Color.LightGreen;

But I am presented with the following error:

'Infragistics.Win.UltraWinGrid.UltraGridCell' does not contain a definition for 'Appearanace'

How do I change a cells colour?

Stephen Turner
  • 7,125
  • 4
  • 51
  • 68
samb90
  • 1,063
  • 4
  • 17
  • 35

1 Answers1

2

Check the spelling of "Appearance"

rajeemcariazo
  • 2,476
  • 5
  • 36
  • 62