How to change a behavior of the DataGridView?
Dear Friends,
Every times I'm typing on a cell in the DataGridView, a new row will automaticaly added below.
How to stop this behavior? because I want to be able adding row to the DataGridView by pressing the enter key or the tab key.
I want the rows added by my self not automaticaly.
Thanks for your attention and please let me know how.
|