Ok, basically, I have a datagrid with a button column, and the goal is, to be able to load specific things into a second datagrid depending on which rows button was clicked. But I seem to be completely unable to figure out how to get the row index.
The program is loading all of its data from an XML file, so I am going to have it compare the row index to a row index value in the xml file to know what to display in the second datagridview.
Thanks in advance for any help.