Search Results

0
votes

How do I create a new row in WPF DataGrid when it is bound to an XmlDataProvider?

Is the problem that the user can't add rows or is it that when the user does add a row, it's not saved to the backing XML store? I can easily add a datagrid with CanUserAddRows="True" to a WPF app …