Ok, so I am loading data from an XML file into a dataGridView. I have several entries in the XML file and would like each one to create a button next to it.
After some searches it looks like I either have to put it in a <code> or <c> tag, but I have no idea what I would put in there in to create a button in its row in the dataGridView.
Any ideas on how to do this?