Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs =================================================================== diff -u -r43118661050921ca63153537d9b237a0cf5bfa0f -rbc1babf3ccf2bc4e1fed91210f2cc5d2b7dea774 --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision 43118661050921ca63153537d9b237a0cf5bfa0f) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision bc1babf3ccf2bc4e1fed91210f2cc5d2b7dea774) @@ -67,7 +67,10 @@ protected override void AddDataGridColumns() { - base.AddDataGridColumns(); + DataGridViewControl.AddTextBoxColumn( + nameof(StrengthStabilityLengthwiseConstructionSectionResultRow.Name), + RingtoetsCommonFormsResources.Section_DisplayName, + true); EnumDisplayWrapper[] simpleAssessmentDataSource = Enum.GetValues(typeof(SimpleAssessmentResultType))