Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
440
Deactivate All Rows
posted

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;