DataGridView

Solution1. Try one or several lines below.

  dgv.Refresh();

  dgv.Update();

  dgv.DataSource=bs;

  bs.ResetBindings(false);

原文地址:https://www.cnblogs.com/jinxinhelloworld/p/3318514.html