Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/MicrostabilityResultView.cs =================================================================== diff -u -r5785cc13c0454eaabed7ede4dad8e885db7efd50 -r4503f687155622bb1b19155d27f8e3f9a5842fb0 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/MicrostabilityResultView.cs (.../MicrostabilityResultView.cs) (revision 5785cc13c0454eaabed7ede4dad8e885db7efd50) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/MicrostabilityResultView.cs (.../MicrostabilityResultView.cs) (revision 4503f687155622bb1b19155d27f8e3f9a5842fb0) @@ -86,16 +86,6 @@ .OfType() .Select(el => new EnumDisplayWrapper(el)) .ToArray(); - - DataGridViewControl.AddComboBoxColumn( - nameof(MicrostabilitySectionResultRow.AssessmentLayerTwoA), - RingtoetsCommonFormsResources.FailureMechanismResultView_DetailedAssessmentResult_DisplayName, - twoAResultDataSource, - nameof(EnumDisplayWrapper.Value), - nameof(EnumDisplayWrapper.DisplayName)); - DataGridViewControl.AddTextBoxColumn( - nameof(MicrostabilitySectionResultRow.AssessmentLayerThree), - RingtoetsCommonFormsResources.FailureMechanismResultView_TailorMadeAssessmentResult_DisplayName); } protected override void BindEvents()