Is there a way to deactivate all Rows from being editied, but still keeep the grid enabled and all allow filtering.
Neither of these are what I want. Any suggestions.
UltraGrid.Enabled = false;
e.Layout.Bands[0].Columns["Category"].CellActivation = Infragistics.Win.UltraWinGrid.Activation.NoEdit;
HOWTO:How can I make a grid or a column, row, or cell in the UltraWinGrid disabled or read-only?