Index: Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Views/ClosingStructuresCalculationsView.cs =================================================================== diff -u -r8e86dff510921345c5330a209b657b7299d5d7fb -r273275443209a80fdac412e4f793dc138a22c2f1 --- Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Views/ClosingStructuresCalculationsView.cs (.../ClosingStructuresCalculationsView.cs) (revision 8e86dff510921345c5330a209b657b7299d5d7fb) +++ Riskeer/ClosingStructures/src/Riskeer.ClosingStructures.Forms/Views/ClosingStructuresCalculationsView.cs (.../ClosingStructuresCalculationsView.cs) (revision 273275443209a80fdac412e4f793dc138a22c2f1) @@ -62,13 +62,6 @@ public ClosingStructuresCalculationsView(CalculationGroup data, ClosingStructuresFailureMechanism 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) @@ -215,15 +208,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()