Hi all,
I have one stock exchange API that returns data every second and I need to bind this data in c# winform datagridview.
But the problem is every time I bind data in the grid I need to write grid.Refresh(). if I don't write grid.Refresh() cell value not update.
Now I need a solution to bind data in datagridview without write grid.Refresh().
In short update cell value, every second so what I need to do.
I hope everyone can understand the above issue.
Thnx in advance.
Loading

Jaish MathewsPosted Oct 26, 2018, 7:00 AM
Hardik DeshaniPosted Oct 26, 2018, 5:12 AM
Jaish MathewsPosted Oct 26, 2018, 4:45 AM