Is there any way to access the HTML of each cell that would be rendered in a DataGridView without adding it to the page and actually rendering it?
Ultimately, I am trying to add all of the inner HTML of the cells of the DataGridView to a JavaScript array.
