Parcourir la source

Added filter row to data entry grid

Kenric Nugteren il y a 1 an
Parent
commit
67b7b6c6bb
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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);
         base.DoReconfigure(options);
         options.BeginUpdate()
         options.BeginUpdate()
             .Clear()
             .Clear()
+            .Add(DynamicGridOption.FilterRows)
             .Add(DynamicGridOption.MultiSelect)
             .Add(DynamicGridOption.MultiSelect)
             .Add(DynamicGridOption.DragSource)
             .Add(DynamicGridOption.DragSource)
             .Add(DynamicGridOption.DragTarget)
             .Add(DynamicGridOption.DragTarget)