I want to temporary blocking datagrid view cell enter event..
In my project after datagrid view cell end edit event , automatically working cell enter event ,, i want to teporary block this ...how?
I use below code, but give error message
"Error 1 'System.Windows.Forms.DataGridView' does not contain a definition of dgvCashforWt_CellEnter"
this. dgvCashforWt.CellEnter -= new System.EventHandler(dgvCashforWt.dgvCashforWt_CellEnter);
Please help me...
Loading
Amit ChoudharyPosted Jul 8, 2011, 1:57 AM
You better watch the designer part of your form. You'll find the event dgvCashforWt_CellEnter there remove the line and run the app again.
Thanks.
Jiteendra SampathiraoPosted Jul 8, 2011, 1:23 AM
refer this: Site