I'm a Infragistics newbie and am working with the UltraWinGrid. After populating the grid, if I click on an individual row cell, it allows me to directly edit the cell content. How do I turn off this feature. I apologize if this has been previously answered but I couldn't find it. Also, could someone point me to documentation regarding selected vs active rows?
Thanks,
-Todd
Never fails. When I post the question, I find the answer shortly thereafter.
' Disable updating on the entire grid Me.ultragridEmp.DisplayLayout.Override.AllowUpdate = DefaultableBoolean.False
Thanks anyway,