I have a datagrid that loads an xml file into it using a DataSet. The problem that I have, is that I cannot figure out how to get a DataView to work with it so I can set its allownew property to false. How can I use a DataView along with a DataSet that has a loaded xml file in it?