Hardik Deshani

Hardik Deshani

  • 509
  • 2.3k
  • 2.6m

Bind data in winform datagridview without refresh

Oct 26 2018 4:25 AM
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)