1 instantiation of GridView
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
641GridView result = new GridView();
72 references to GridView
System.Web (64)
UI\WebControls\GridView.cs (29)
128/// Initializes a new instance of the <see cref='System.Web.UI.WebControls.GridView'/> class. 249/// <see cref='System.Web.UI.WebControls.GridView'/>. This 380/// background of the <see cref='System.Web.UI.WebControls.GridView'/>.</para> 505/// <para>Gets a collection of <see cref='System.Web.UI.WebControls.DataControlField'/> controls in the <see cref='System.Web.UI.WebControls.GridView'/>. This property is read-only.</para> 763/// <see cref='System.Web.UI.WebControls.GridView'/>. This 993/// <see cref='System.Web.UI.WebControls.GridView'/>. This 1018/// <see cref='System.Web.UI.WebControls.GridView'/>. This 1265/// <para>Gets the selected row in the <see cref='System.Web.UI.WebControls.GridView'/>. This property is read-only.</para> 1307/// <see cref='System.Web.UI.WebControls.GridView'/>.</para> 1334/// <see cref='System.Web.UI.WebControls.GridView'/>.</para> 1384/// <see cref='System.Web.UI.WebControls.GridView'/>. 1421/// <see cref='System.Web.UI.WebControls.GridView'/>. 1619/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.GridView'/> with a 1636/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.GridView'/> with a 1653/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.GridView'/> with a 1671/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.GridView'/> with a 1688/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.GridView'/> with a 1802/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.GridView'/> with a 1819/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.GridView'/> not covered by 3548/// <para>Loads a saved state of the <see cref='System.Web.UI.WebControls.GridView'/>.</para> 3722scriptOM.RegisterClientScriptResource(typeof(GridView), "GridView.js"); 3736scriptOM.RegisterStartupScript(typeof(GridView), clientReference, startupScript, true); 3851/// <para>Raises the <see cref='System.Web.UI.WebControls.GridView.SelectedIndexChanged'/>event of a <see cref='System.Web.UI.WebControls.GridView'/>.</para> 3861/// <para>Raises the <see cref='System.Web.UI.WebControls.GridView.SelectedIndexChanging'/>event of a <see cref='System.Web.UI.WebControls.GridView'/>.</para> 3871/// <para>Raises the <see cref='System.Web.UI.WebControls.GridView.Sorted'/>event of a <see cref='System.Web.UI.WebControls.GridView'/>.</para> 4285/// <para>Saves the current state of the <see cref='System.Web.UI.WebControls.GridView'/>.</para>
UI\WebControls\GridViewCancelEditEventArgs.cs (1)
16/// <para>Provides data for some <see cref='System.Web.UI.WebControls.GridView'/> events.</para>
UI\WebControls\GridViewCancelEditEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.GridView'/> class.</para>
UI\WebControls\GridViewColumnsGenerator.cs (5)
11if (!(control is GridView)) { 12throw new ArgumentException(SR.GetString(SR.InvalidDefaultAutoFieldGenerator, GetType().FullName, typeof(GridView).FullName)); 18GridView gridView = control as GridView; 148private bool ShouldGenerateField(Type propertyType, GridView gridView) {
UI\WebControls\GridViewCommandEventArgs.cs (2)
16/// <para>Provides data for some <see cref='System.Web.UI.WebControls.GridView'/> events.</para> 59/// <para>Gets the row in the <see cref='System.Web.UI.WebControls.GridView'/> that was clicked. This property is read-only.</para>
UI\WebControls\GridViewCommandEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.GridView'/> class.</para>
UI\WebControls\GridViewDeletedEventArgs.cs (1)
17/// <para>Provides data for some <see cref='System.Web.UI.WebControls.GridView'/> events.</para>
UI\WebControls\GridViewDeletedEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.GridView'/> class.</para>
UI\WebControls\GridViewDeleteEventArgs.cs (1)
18/// <para>Provides data for some <see cref='System.Web.UI.WebControls.GridView'/> events.</para>
UI\WebControls\GridViewDeleteEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.GridView'/> class.</para>
UI\WebControls\GridViewEditEventArgs.cs (1)
16/// <para>Provides data for some <see cref='System.Web.UI.WebControls.GridView'/> events.</para>
UI\WebControls\GridViewEditEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.GridView'/> class.</para>
UI\WebControls\GridViewPageEventArgs.cs (1)
34/// <para>Gets the index of the first new page to be displayed in the <see cref='System.Web.UI.WebControls.GridView'/>.
UI\WebControls\GridViewPageEventHandler.cs (1)
17/// <see langword='GridViewPage'/> event of a <see cref='System.Web.UI.WebControls.GridView'/>.</para>
UI\WebControls\GridViewRow.cs (5)
13/// <para>Represents an individual row in the <see cref='System.Web.UI.WebControls.GridView'/>.</para> 38/// <para>Represents an item in the <see cref='System.Web.UI.WebControls.GridView'/>. </para> 61/// <para>Indicates the index of the row in the <see cref='System.Web.UI.WebControls.GridView'/>. This property is 72/// <para>Indicates the type of the row in the <see cref='System.Web.UI.WebControls.GridView'/>.</para> 85/// <para>Indicates the type of the row in the <see cref='System.Web.UI.WebControls.GridView'/>.</para>
UI\WebControls\GridViewRowEventArgs.cs (1)
29/// <para>Gets an row in the <see cref='System.Web.UI.WebControls.GridView'/>. This property is read-only.</para>
UI\WebControls\GridViewRowEventHandler.cs (1)
14/// <see langword='GridViewRow'/> event of a <see cref='System.Web.UI.WebControls.GridView'/> .</para>
UI\WebControls\GridViewSelectEventArgs.cs (1)
34/// <para>Gets the index of the selected row to be displayed in the <see cref='System.Web.UI.WebControls.GridView'/>.
UI\WebControls\GridViewSelectEventHandler.cs (1)
17/// <see langword='GridViewSelect'/> event of a <see cref='System.Web.UI.WebControls.GridView'/>.</para>
UI\WebControls\GridViewSortEventArgs.cs (1)
16/// <para>Provides data for the <see langword='GridViewSort'/> event of a <see cref='System.Web.UI.WebControls.GridView'/>.
UI\WebControls\GridViewSortEventHandler.cs (1)
17/// <see langword='GridViewSort'/> event of a <see cref='System.Web.UI.WebControls.GridView'/>.</para>
UI\WebControls\GridViewUpdatedEventArgs.cs (1)
17/// <para>Provides data for some <see cref='System.Web.UI.WebControls.GridView'/> events.</para>
UI\WebControls\GridViewUpdatedEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.GridView'/> class.</para>
UI\WebControls\GridViewUpdateEventArgs.cs (2)
18/// <para>Provides data for some <see cref='System.Web.UI.WebControls.GridView'/> events.</para> 76/// <para>Gets the int argument to the command posted to the <see cref='System.Web.UI.WebControls.GridView'/>. This property is read-only.</para>
UI\WebControls\GridViewUpdateEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.GridView'/> class.</para>
UI\WebControls\PagerSettings.cs (1)
15/// <para>Specifies the <see cref='System.Web.UI.WebControls.GridView'/> pager setting for the control. This class cannot be inherited.</para>
System.Web.DataVisualization (5)
WebForm\General\ChartHttpHandler.cs (5)
552GridView grid = CreateGridView( true); 589GridView grid = CreateGridView( true); 623GridView grid = CreateGridView(false); 639private static GridView CreateGridView(bool withAlternateStyle) 641GridView result = new GridView();
System.Web.DynamicData (2)
DynamicData\DynamicDataExtensions.cs (2)
63GridView gridView = control as GridView;
System.Web.Extensions (1)
UI\WebControls\ListView.cs (1)
890/// <see cref='System.Web.UI.WebControls.GridView'/>.