Disabling auto added a new row on DataGridView
Dear friends,
Every time I change value in the bottom row of the DataGridView cell , the DataGridView will automaticaly generate a new row below, I want to change this behavior, and try changing this behavior trough DataGridView property, but I did not find one to stop this behavior.
I want to use enter key to adding new row to the DataGridView when the cursor reach the end cell on the bottom row.
Thanks for your attention, if you know how to resolve this problem please let me know.
|