Method BuildSimpleDataTable
BuildSimpleDataTable(int, int)
Builds a simple table in which cell values contents are the index of the cell. This helps testing that scrolling etc is working correctly and not skipping out any rows/columns when paging
public static DataTable BuildSimpleDataTable(int cols, int rows)