I have a DataGridView
that gets me values from a SQL Server
table, I select a product and when I give click
to the next cell, I get its price, this is generated with the event CellEndEdit
, but I require change the price value manually.
How do I deactivate that event so I can enter the new price, can it?
What do I want to do with a CheckBoxColumn
when I am selected to let me edit and when not, can not be per row or how could it work?