Selaa lähdekoodia

Added filter row to data entry grid

Kenric Nugteren 1 vuosi sitten
vanhempi
commit
67b7b6c6bb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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)