Index: Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Views/StabilityPointStructuresCalculationsView.cs =================================================================== diff -u -r53c1634f7cd814457d82b6c5958a9e4ee78889a5 -rdbe955b5bbd42ca4f0afa8a7ee1dbe40b218b678 --- Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Views/StabilityPointStructuresCalculationsView.cs (.../StabilityPointStructuresCalculationsView.cs) (revision 53c1634f7cd814457d82b6c5958a9e4ee78889a5) +++ Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Views/StabilityPointStructuresCalculationsView.cs (.../StabilityPointStructuresCalculationsView.cs) (revision dbe955b5bbd42ca4f0afa8a7ee1dbe40b218b678) @@ -62,13 +62,6 @@ public StabilityPointStructuresCalculationsView(CalculationGroup data, StabilityPointStructuresFailureMechanism failureMechanism, IAssessmentSection assessmentSection) : base(data, failureMechanism, assessmentSection) {} - protected override void OnLoad(EventArgs e) - { - DataGridViewControl.CellFormatting += HandleCellStyling; - - base.OnLoad(e); - } - protected override void Dispose(bool disposing) { if (disposing && Loaded) @@ -222,15 +215,6 @@ #endregion - #region Event handling - - private void HandleCellStyling(object sender, DataGridViewCellFormattingEventArgs e) - { - DataGridViewControl.FormatCellWithColumnStateDefinition(e.RowIndex, e.ColumnIndex); - } - - #endregion - #region Update combo box list items protected override void UpdateComboBoxColumns()