frmRowEditor
This commit is contained in:
@@ -16,10 +16,13 @@ Public Class GridLoader
|
||||
.Name = pTable.Name
|
||||
}
|
||||
|
||||
|
||||
oGrid.ForceInitialize()
|
||||
oGrid.MainView.PopulateColumns()
|
||||
|
||||
Dim oView As GridView = oGrid.DefaultView
|
||||
oView.OptionsBehavior.ReadOnly = True
|
||||
oView.OptionsBehavior.Editable = False
|
||||
|
||||
For Each oCol In pTable.Columns
|
||||
Dim oColumn = New Columns.GridColumn With {
|
||||
|
||||
Reference in New Issue
Block a user