Cannot disable UltraGrid cells
问题 I have an UltraGrid in my project. Data can be entered into each cell, which is then saved to the database. I want to be able to disable all of the cells in the current row EXCEPT for one called Product_Code . Once data has been entered into the active row column (this is entered via a ValueList ), I then want all of the other cells to become available for entering data into. So far I have tried If Me.ugProducts.ActiveRow.Cells("Product_Code").Value.ToString = "" Then Me.ugProducts.ActiveRow