Add Edit Row Button, Transfer multiple files at once, F5 for Row Editor, Timeout for HTTP Client of 60 seconds
This commit is contained in:
@@ -142,6 +142,10 @@ Public Class frmRowEditor
|
||||
End Sub
|
||||
|
||||
Private Sub btnSave_ItemClick(sender As Object, e As DevExpress.XtraBars.ItemClickEventArgs) Handles btnSave.ItemClick
|
||||
SaveAndClose()
|
||||
End Sub
|
||||
|
||||
Private Sub SaveAndClose()
|
||||
Try
|
||||
GridView1.CloseEditor()
|
||||
|
||||
@@ -313,5 +317,11 @@ Public Class frmRowEditor
|
||||
' e.Appearance.BackColor = Color.LightCoral
|
||||
'End If
|
||||
End Sub
|
||||
|
||||
Private Sub frmRowEditor_KeyDown(sender As Object, e As KeyEventArgs) Handles Me.KeyDown
|
||||
If e.KeyCode = Keys.F5 Then
|
||||
SaveAndClose()
|
||||
End If
|
||||
End Sub
|
||||
End Class
|
||||
|
||||
|
||||
Reference in New Issue
Block a user