Users Pricing

forum

Home Forums DataGridView blinks while refreshing using Windows C# – MindStick

DataGridView blinks while refreshing using Windows C#

Lady Bird Johnson 6905 16 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);


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md