Browse Source

DON'T pull this branch

Kenric Nugteren 1 year ago
parent
commit
be8ac3d211
1 changed files with 1 additions and 0 deletions
  1. 1 0
      inabox.wpf/DynamicGrid/DynamicDataGrid.cs

+ 1 - 0
inabox.wpf/DynamicGrid/DynamicDataGrid.cs

@@ -125,6 +125,7 @@ namespace InABox.DynamicGrid
             }
             }
         }
         }
 
 
+
         protected override void BeforeLoad(IDynamicEditorForm form, TEntity[] items)
         protected override void BeforeLoad(IDynamicEditorForm form, TEntity[] items)
         {
         {
             form.ReadOnly = form.ReadOnly || !Security.CanEdit<TEntity>();
             form.ReadOnly = form.ReadOnly || !Security.CanEdit<TEntity>();