|
|
@@ -77,6 +77,7 @@ public class ProjectsGrid : DynamicDataGrid<Job>
|
|
|
HiddenColumns.Add(x => x.JobStatus.Active);
|
|
|
HiddenColumns.Add(x => x.DefaultScope.ID);
|
|
|
HiddenColumns.Add(x => x.SourceRef);
|
|
|
+ HiddenColumns.Add(x => x.JobType);
|
|
|
|
|
|
ActionColumns.Add(new DynamicMapColumn<Job>(this, x => x.SiteAddress));
|
|
|
//ActionColumns.Add(new DynamicMenuColumn(BuildMenu));
|