TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Hardik Deshani
523
2.5k
2.7m
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.
Reply
Answers (
3
)
converting image to pdf
How to do caching in WebApi in Stateless Environment