S
Stanislav Nedelchev
Hi there,
I have problem when i try to change current cell of DataGridView by my
program. In dot net version 1.1 i'm using DataGrid
and there is DataGrid.CurrentCell = new DataGridCell(1,1);
But i didn't find a way how to do this with DataGridView.
I just want when it's neessary to make my curent cell to last row in
data gridview and secind column.
something like GataGridView.CurrentCell = new
DataGridViewCell(unitsDataGridView.Rows.Count,2);
I;m getting this error
Error 1 Cannot create an instance of the abstract class or interface
'System.Windows.Forms.DataGridViewCell'
Can Anybody Help me to manage this.
I have problem when i try to change current cell of DataGridView by my
program. In dot net version 1.1 i'm using DataGrid
and there is DataGrid.CurrentCell = new DataGridCell(1,1);
But i didn't find a way how to do this with DataGridView.
I just want when it's neessary to make my curent cell to last row in
data gridview and secind column.
something like GataGridView.CurrentCell = new
DataGridViewCell(unitsDataGridView.Rows.Count,2);
I;m getting this error
Error 1 Cannot create an instance of the abstract class or interface
'System.Windows.Forms.DataGridViewCell'
Can Anybody Help me to manage this.