forum

Home / DeveloperSection / Forums / DataGridView blinks while refreshing using Windows C#

DataGridView blinks while refreshing using Windows C#

Lady Bird Johnson634416-Oct-2013
After refreshing datagridview, I lost focus on selected cells and random text blinks, Why? Please help me out!

My code: -

If I am trying to refresh various data in my datagridview, I lost my focus on selected cells and random text blinks. Why this happens? In other apps I don't see this problem, so I can fix this, but how? I refresh data by this

            SBind.DataSource = DTable;

            SBind.ResetBindings(false);


Updated on 16-Oct-2013

Can you answer this question?


Answer

1 Answers

Liked By