We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a6d28 commit 943c0f5Copy full SHA for 943c0f5
Virtual_EDW/LoadPatternGrid.cs
@@ -97,7 +97,7 @@ public TemplateGridView(TeamConfiguration teamConfiguration)
97
#region Event Handlers
98
99
CurrentCellDirtyStateChanged += dataGridViewTemplateCollection_CurrentCellDirtyStateChanged;
100
- DataError += dataGridViewDataError;
+ //DataError += dataGridViewDataError;
101
102
#endregion
103
}
0 commit comments