2 references to EnableSortingAndPagingCallbacks
System.Web (2)
UI\WebControls\GridView.cs (2)
1536return EnableSortingAndPagingCallbacks ? 2729if (EnableSortingAndPagingCallbacks && (Context != null) && (Page != null) && (Page.RequestInternal != null) && Page.Request.Browser.SupportsCallback && !IsParentedToUpdatePanel) {