Index: Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs =================================================================== diff -u -r08d327d4e68f5c4415c0e9239e437f052a068cc7 -rb72777768ad6c20931165fac4d8286e7dedb999d --- Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision 08d327d4e68f5c4415c0e9239e437f052a068cc7) +++ Ringtoets/Integration/src/Ringtoets.Integration.Forms/Views/SectionResultViews/StrengthStabilityLengthwiseConstructionResultView.cs (.../StrengthStabilityLengthwiseConstructionResultView.cs) (revision b72777768ad6c20931165fac4d8286e7dedb999d) @@ -92,8 +92,8 @@ { if (eventArgs.ColumnIndex > SimpleAssessmentColumnIndex) { - var simpleAssessmentResult = (SimpleAssessmentResultType) DataGridViewControl.GetCell(eventArgs.RowIndex, - SimpleAssessmentColumnIndex).Value; + SimpleAssessmentResultType simpleAssessmentResult = + ((StrengthStabilityLengthwiseConstructionSectionResultRow) GetDataAtRow(eventArgs.RowIndex)).SimpleAssessmentResult; if (FailureMechanismResultViewHelper.SimpleAssessmentIsSufficient(simpleAssessmentResult)) { DataGridViewControl.DisableCell(eventArgs.RowIndex, eventArgs.ColumnIndex);