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