Click here to Skip to main content
15,900,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello, good day, is there a way that I can fill the datagrid with values/rows one at a time. thank you very much.

What I have tried:

sorry i havent tried anything yet im new to this i have tried async await method
Posted
Updated 18-Jun-21 4:42am

1 solution

Yes.

You can either add a rows to the DGV directly using DataGridView.Rows.Add[^], or if you are bound to a collection, use the collection's Add method to insert a new item at the end.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900