2 references to AllowPaging
System.Web (2)
UI\WebControls\DataGrid.cs (2)
1267
pagedDataSource.AllowPaging =
AllowPaging
;
1818
if (Items.Count > 0 && visibleColumns != Items[0].Cells.Count &&
AllowPaging
) {