I get the above exception in this code line.
DataGridView1.Rows[iIndex].Cells[1].Value = iGLCount.ToString();
datagridview is defined in the Designer.cs i dont think i need the Troubleshooting tip "Use the 'new' keyword to create an object instance"
in some forums i did read that i can not modify/set cells directly so i shoul enable the edit mode like ;
DataGridView1.BeginEdit(); and i got nada.
Any ideas ?
alperen aydinPosted Feb 27, 2011, 3:44 PM
Suthish NairPosted Feb 27, 2011, 3:08 PM
alperen aydinPosted Feb 27, 2011, 2:53 PM
Suthish NairPosted Feb 27, 2011, 2:50 PM