Domanda

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?

È stato utile?

Soluzione

Check the spelling of "Appearance"

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top