I'm making a form that has some text and comboboxes and below
a datagridview. all this data has to be stored in a XML file.

The normal components i have stored that's easy.
but i've been trying for a day now to get the data from the datagridview to the XML file.

I read enough about people who use a dataset and store that to a XML file
but i didn't find a way to get the data that the user put in the datagridview into the dataset.

if there are any quiestions i'm happy to answer them
and i hope there is someone here who can help me.