Gowtham

Gowtham

  • NA
  • 516
  • 38.1k

How to resolve auto adding rows in grid view

Sep 24 2016 8:03 AM

I was working with grid-view,I try to enter some text on cell 1 on 0th row it automatically increment other rows and I again try to write some on cell 2 on the same 0th row ,Simultaneously increments other rows.

So for I tried with dataGridView1.AllowUserToAddRows=true; It doesn't allow me to write grid view,According to my understand based on click rows are generating automatically Please resolve this logic based on Cell Value Changed events.


Answers (2)