Winform DataGridView UserAddedRow to add a new row?

UserAddedRow event is fired after row added. You can not use it to add something, as it fires after somethign already was added.

UserAddedRow event is fired after row added. You can not use it to add something, as it fires after somethign already was added. According to msdn: Occurs when the user has finished adding a row to the DataGridView control.

– user609511 Aug 17 at 9:53 I would say use databinding via DataTable like in msdn example. Check it out here: msdn.microsoft.Com/en-us/library/…. Read entire article by the way, not only code example.

– Tigran Aug 17 at 9:58 Thanks you for your respone, but how can I retrive the NEW value of the Rows? – user609511 Aug 17 at 13:30.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions