I have a simple Gridview with AutoGenerate on. I need to know how to access these columns, because the column count is always zero, even though they show in the page.
I found something about an "AutoGeneratingColumn" event, but that's for DataGrids and only gives access to one column at a time.
Basically i need this to group the rows, using agrinei's GridViewHelper.
What doesn't work:
DataBound event, PreRender event, RowCreated event (because i need all columns), and Load event.