I've put a gridview inside an ordinary html-table due to some presentation issues. But then the cellpadding property doesn't work. As soon as the gridview is taken outside the table, cellpadding works as it should. So I guess this has something to do with the final rendering of the gridview in the browser.
Anyone who knows if this is possible at all? Are there any workarounds which includes gridviews in a table?