소스 검색

Added filter row to data entry grid

Kenric Nugteren 1 년 전
부모
커밋
67b7b6c6bb
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)