Explorar o código

Added filter row to data entry grid

Kenric Nugteren hai 1 ano
pai
achega
67b7b6c6bb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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)