deleting file after load

If I load a grid like so – myGrid.load(“somefile.xml”) – can I then delete the xml file immediately after or does the grid still need it?

After the the loading of the data to the grid the xml file is not needed anymore.
Exception: dynamic loading of data.