3
Answers

Bind data in winform datagridview without refresh

Photo of Hardik Deshani

Hardik Deshani

6y
2.1k
1
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.

Answers (3)