This commit is contained in:
SchreiberM
2016-06-03 14:10:41 +02:00
parent 494c32d7a7
commit aa56df9681
4 changed files with 18 additions and 9 deletions

View File

@@ -676,6 +676,12 @@ Public Class ClassControlValues
Dim rowvalue As String = gridview.GetRowCellValue(rowhandle, fieldName)
gridview.UnselectRow(rowhandle)
Next
Try
gridview.Columns(0).OptionsColumn.AllowEdit = False
Catch ex As Exception
End Try
End Select
End Sub
#End Region