Merge branch 'master' of http://172.24.11.74:90/scm/git/ProcessManagerClient
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user