This commit is contained in:
Digital Data - Marlon Schreiber
2019-05-14 08:46:58 +02:00
13 changed files with 1443 additions and 1703 deletions

View File

@@ -4,6 +4,7 @@ Imports DevExpress.XtraEditors
Imports DevExpress.XtraEditors.Controls
Imports DevExpress.XtraEditors.NavigatorButtons
Imports DevExpress.XtraGrid
Imports DevExpress.XtraGrid.Views.Base
Imports DevExpress.XtraGrid.Views.Grid
Imports DigitalData.Controls.LookupGrid
@@ -373,6 +374,10 @@ Public Class ClassControlCreator
oControl.DataSource = oDatatable
AddHandler oView.CellValueChanged, Function(sender As Object, e As CellValueChangedEventArgs)
' TODO: Do the validation
End Function
Return oControl
End Function