I'm playing around with Avalonia, and got stuck trying to bind a DataGrid control to a DataTable. In WPF binding the DataGrid to the table's DefaultView property causes the table's data to display.
Basic info: VS2010, .Net 4.0 WPF application. I'm trying to write a dialog box that allows a user to edit a fairly simple configuration file, opened as an XMLDataProvider as an application-level ...
sebarslan changed the title Can reset DataGrid-itemssource by setting Itemssource-Binding as null. Can reset datagrid itemssource by setting binding object as null. Oct 9, 2022 sebarslan changed the ...