Table of Contents

Method BuildSimpleDataTable

Namespace
UICatalog.Scenarios
Assembly
UICatalog.dll

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)

Parameters

cols int
rows int

Returns

DataTable