How to provide infinite adding of rows to DataGridView object in C#
I've got a problem with providing infinite adding of data to a DataGridView
object.
I need to write a code which will every time I tap the button it will add a new row with the information which I will enter in the text box.
Other I have already provided, I will not write a code snippet here but if required I can write.
Any tips are appreciated! Thank you
Comments
Post a Comment