我试图在DataGridView控件中填充数据。它就会被植入其中。但是当我试图向下滚动时,它给了我一个例外,就像; at System.Windows.Forms.DataGridView.ScrollRows(Int32 rowCount, Int32 deltaY, ScrollEventType scrollEventType)
at System.Wind
我正在制作一个错误处理程序,当我输入无效的时间或日期格式时,它将激活,如12:456和55-32-1986。然后,程序应该将单元格值改回prev值。我使用的是WinForm4.5,这是一个.NET应用程序dataGridView2.DataError += dataGridView2_DataError;
{
Me