DataGridView - is not updated after operation

Solution1. Try one or several lines below.

  dgv.Refresh();

  dgv.Update();

  dgv.DataSource=bs;

  bs.ResetBindings(false);

posted @ 2013-09-13 10:02  jinxinhelloworld  阅读(131)  评论(0编辑  收藏  举报