add clipboard handler for all grids

This commit is contained in:
Jonathan Jenne
2022-05-13 13:54:11 +02:00
parent ddaacfe75c
commit cd1cdfe19a
2 changed files with 14 additions and 12 deletions

View File

@@ -44,13 +44,7 @@ Public Class frmExportMain
Dim oConnectionString = MSSQLServer.DecryptConnectionString(ConfigManager.Config.ConnectionString)
Database = New MSSQLServer(LogConfig, oConnectionString)
Dim oViews As New List(Of GridView) From {
GridViewDocuments,
lookupMandator.Properties.View,
lookupAccount.Properties.View
}
GridBuilder = New GridBuilder(oViews)
GridBuilder.
GridBuilder = New GridBuilder(GridViewDocuments, lookupMandator.Properties.View, lookupAccount.Properties.View).
WithDefaults().
WithReadOnlyOptions().
WithClipboardHandler()