I have a datagrid that I set to AllowPaging="tr ue". If AutoGenerateCol umns is set to false, the page numbers are displayed in a footer row that spans the entire datagrid. If AutoGenerateCol umns is set to true, then the page numbers are displayed in a footer row that spans only the first column.

I want to show the page numbers in a row that spans the entire datagrid with AutoGenerateCol umns="true", but can't seem...