my code is working, i dont know why,

my code is not working, i dont know why
This commit is contained in:
Jonathan Jenne
2021-11-08 13:35:13 +01:00
parent 8bc27adf0b
commit de83ad8e8e
2 changed files with 9 additions and 1 deletions

View File

@@ -653,6 +653,10 @@ Public Class ClassControlCreator
AddHandler oView.ShowingEditor, AddressOf View_ShowingEditor
AddHandler oView.ShownEditor, AddressOf View_ShownEditor
AddHandler oView.ValidateRow, AddressOf View_ValidateRow
AddHandler oControl.LostFocus, Sub(sender As GridControl, e As EventArgs)
Dim oView2 As GridView = sender.FocusedView
oView2.UpdateCurrentRow()
End Sub
Return oControl
End Function