Browse Source

Added filter row to data entry grid

Kenric Nugteren 1 year ago
parent
commit
67b7b6c6bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      prs.desktop/Panels/DataEntry/DataEntryGrid.cs

+ 1 - 0
prs.desktop/Panels/DataEntry/DataEntryGrid.cs

@@ -195,6 +195,7 @@ public class DataEntryGrid : DynamicDataGrid<DataEntryDocument>
         base.DoReconfigure(options);
         options.BeginUpdate()
             .Clear()
+            .Add(DynamicGridOption.FilterRows)
             .Add(DynamicGridOption.MultiSelect)
             .Add(DynamicGridOption.DragSource)
             .Add(DynamicGridOption.DragTarget)