10 references to AllowPaging
System.Web (10)
UI\WebControls\GridView.cs (10)
211
bool oldValue =
AllowPaging
;
1930
bool allowPaging =
AllowPaging
;
2388
bool useServerPaging =
AllowPaging
&& view.CanPage;
2685
pagedDataSource.AllowPaging =
AllowPaging
;
2698
pagedDataSource.AllowPaging =
AllowPaging
;
2911
if (this.
AllowPaging
&& this.AllowCustomPaging) {
2923
if (
AllowPaging
) {
2944
int selectedRow =
AllowPaging
? (PageIndex * PageSize) + SelectedIndex : SelectedIndex;
2947
int lastIndex =
AllowPaging
? expectedRowCount % PageSize : expectedRowCount;
3097
if (!
AllowPaging
) {