Please advise on how to hide an Editor in a cell of the UltraWinGrid, specifically a CheckEditor.
((Infragistics.Win.CheckEditor)e.Row.Cells["Prepared"].Editor).
gives me no InstanceProperties, SharedProperties or Visible property to set.
Hi,
What exactly are you trying to do? What do you mean by "hide an editor?"
It sounds like maybe you want some cells in the column to show a checkbox and other not? Is that right?
Or are you trying to hide the checkbox in the entire column?
Either way, what exactly do you want the cells to display?