How to refresh a WPF DataGrid?

前端 未结 7 1763
旧时难觅i
旧时难觅i 2020-12-14 07:15

I have a WPF DataGrid with some data. You can add rows through a separate window. The DataContext is the same, a LINQ-to-SQL object. Binding is also the same, I bind the \"I

7条回答
  •  情深已故
    2020-12-14 07:48

    Or just invoke the search code again (usually the search button)> I have solved it in my case like this.

提交回复
热议问题