75 references to DataGrid
System.Web (75)
UI\WebControls\BaseDataList.cs (1)
18/// <para>Serves as the abstract base class for the <see cref='System.Web.UI.WebControls.DataList'/> and <see cref='System.Web.UI.WebControls.DataGrid'/>
UI\WebControls\BoundColumn.cs (1)
18/// <para>Creates a column bounded to a data field in a <see cref='System.Web.UI.WebControls.DataGrid'/>.</para>
UI\WebControls\Column.cs (6)
16/// Creates a column and is the base class for all <see cref='System.Web.UI.WebControls.DataGrid'/> column types. 23private DataGrid owner; 220protected DataGrid Owner { 313sortButton.CommandName = DataGrid.SortCommandName; 331sortButton.CommandName = DataGrid.SortCommandName; 450internal void SetOwner(DataGrid owner) {
UI\WebControls\ColumnCollection.cs (3)
16/// a <see cref='System.Web.UI.WebControls.DataGrid'/> 21private DataGrid owner; 29public DataGridColumnCollection(DataGrid owner, ArrayList columns) {
UI\WebControls\DataControlRowType.cs (1)
49/// with the <see cref='System.Web.UI.WebControls.DataGrid'/> control and is not
UI\WebControls\DataGrid.cs (32)
117/// Initializes a new instance of the <see cref='System.Web.UI.WebControls.DataGrid'/> class. 190/// <see cref='System.Web.UI.WebControls.DataGrid'/>. This 236/// background of the <see cref='System.Web.UI.WebControls.DataGrid'/>.</para> 284/// <para>Gets a collection of <see cref='System.Web.UI.WebControls.DataGridColumn'/> controls in the <see cref='System.Web.UI.WebControls.DataGrid'/>. This property is read-only.</para> 469/// <see cref='System.Web.UI.WebControls.DataGrid'/>. This 561/// <para>Gets the selected item in the <see cref='System.Web.UI.WebControls.DataGrid'/>. This property is read-only.</para> 605/// <see cref='System.Web.UI.WebControls.DataGrid'/>.</para> 627/// <see cref='System.Web.UI.WebControls.DataGrid'/>.</para> 654/// <see cref='System.Web.UI.WebControls.DataGrid'/>. 680/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataGrid'/> with a 700/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataGrid'/> with a 719/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataGrid'/> with a 739/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataGrid'/> not covered by 830/// <para>Occurs when a control bubbles an event to the <see cref='System.Web.UI.WebControls.DataGrid'/> with a 1316prevButton.CommandName = DataGrid.PageCommandName; 1317prevButton.CommandArgument = DataGrid.PrevPageCommandArgument; 1332nextButton.CommandName = DataGrid.PageCommandName; 1333nextButton.CommandArgument = DataGrid.NextPageCommandArgument; 1381button.CommandName = DataGrid.PageCommandName; 1401button.CommandName = DataGrid.PageCommandName; 1418button.CommandName = DataGrid.PageCommandName; 1431/// <para>Loads a saved state of the <see cref='System.Web.UI.WebControls.DataGrid'/>.</para> 1494if (StringUtil.EqualsIgnoreCase(command, DataGrid.SelectCommandName)) { 1498else if (StringUtil.EqualsIgnoreCase(command, DataGrid.PageCommandName)) { 1503if (StringUtil.EqualsIgnoreCase(pageNumberArg, DataGrid.NextPageCommandArgument)) { 1506else if (StringUtil.EqualsIgnoreCase(pageNumberArg, DataGrid.PrevPageCommandArgument)) { 1517else if (StringUtil.EqualsIgnoreCase(command, DataGrid.SortCommandName)) { 1521else if (StringUtil.EqualsIgnoreCase(command, DataGrid.EditCommandName)) { 1524else if (StringUtil.EqualsIgnoreCase(command, DataGrid.UpdateCommandName)) { 1527else if (StringUtil.EqualsIgnoreCase(command, DataGrid.CancelCommandName)) { 1530else if (StringUtil.EqualsIgnoreCase(command, DataGrid.DeleteCommandName)) { 1831/// <para>Saves the current state of the <see cref='System.Web.UI.WebControls.DataGrid'/>.</para>
UI\WebControls\DataGridCommandEventArgs.cs (2)
16/// <para>Provides data for some <see cref='System.Web.UI.WebControls.DataGrid'/> events.</para> 47/// <para>Gets the item in the <see cref='System.Web.UI.WebControls.DataGrid'/> that was clicked. This property is read-only.</para>
UI\WebControls\DataGridCommandEventHandler.cs (1)
17/// event for the <see cref='System.Web.UI.WebControls.DataGrid'/> class.</para>
UI\WebControls\DataGridItem.cs (4)
14/// <para>Represents an individual item in the <see cref='System.Web.UI.WebControls.DataGrid'/>.</para> 37/// <para>Represents an item in the <see cref='System.Web.UI.WebControls.DataGrid'/>. </para> 60/// <para>Indicates the index of the item in the <see cref='System.Web.UI.WebControls.DataGrid'/>. This property is 71/// <para>Indicates the type of the item in the <see cref='System.Web.UI.WebControls.DataGrid'/>.</para>
UI\WebControls\DataGridItemEventArgs.cs (1)
29/// <para>Gets an item in the <see cref='System.Web.UI.WebControls.DataGrid'/>. This property is read-only.</para>
UI\WebControls\DataGridItemEventHandler.cs (1)
14/// <see langword='DataGridItem'/> event of a <see cref='System.Web.UI.WebControls.DataGrid'/> .</para>
UI\WebControls\DataGridPageChangedEventArgs.cs (1)
47/// <para>Gets the index of the first new page to be displayed in the <see cref='System.Web.UI.WebControls.DataGrid'/>.
UI\WebControls\DataGridPageChangedEventHandler.cs (1)
17/// <see langword='DataGridPageChanged'/> event of a <see cref='System.Web.UI.WebControls.DataGrid'/>.</para>
UI\WebControls\DataGridPagerStyle.cs (3)
16/// <para>Specifies the <see cref='System.Web.UI.WebControls.DataGrid'/> pager style for the control. This class cannot be inherited.</para> 51private DataGrid owner; 57internal DataGridPagerStyle(DataGrid owner) {
UI\WebControls\DataGridSortCommandEventArgs.cs (1)
16/// <para>Provides data for the <see langword='DataGridSortCommand'/> event of a <see cref='System.Web.UI.WebControls.DataGrid'/>.
UI\WebControls\DataGridSortCommandEventHandler.cs (1)
17/// <see langword='DataGridSortCommand'/> event of a <see cref='System.Web.UI.WebControls.DataGrid'/>.</para>
UI\WebControls\DataList.cs (2)
535/// <para>Gets the selected item in the <see cref='System.Web.UI.WebControls.DataGrid'/>.</para> 684/// <para>Gets or sets a value that specifies whether the header is displayed in the<see cref='System.Web.UI.WebControls.DataGrid'/>.</para>
UI\WebControls\EditCommandColumn.cs (3)
193AddButtonToCell(cell, DataGrid.UpdateCommandName, UpdateText, causesValidation, ValidationGroup); 198AddButtonToCell(cell, DataGrid.CancelCommandName, CancelText, false, String.Empty); 201AddButtonToCell(cell, DataGrid.EditCommandName, EditText, false, String.Empty);
UI\WebControls\GridView.cs (1)
1580/// <see cref='System.Web.UI.WebControls.DataGrid'/>.
UI\WebControls\HyperLinkColumn.cs (1)
19/// <para>Creates a column within the <see cref='System.Web.UI.WebControls.DataGrid'/> containing hyperlinks that
UI\WebControls\ListItemType.cs (1)
70/// with the <see cref='System.Web.UI.WebControls.DataGrid'/> control and is not
UI\WebControls\PagerButtons.cs (1)
17/// pages) within the <see cref='System.Web.UI.WebControls.DataGrid'/> control.</para>
UI\WebControls\PagerMode.cs (1)
17/// pages) within the <see cref='System.Web.UI.WebControls.DataGrid'/> control.</para>
UI\WebControls\PagerPosition.cs (4)
17/// (for accessing various pages) within the <see cref='System.Web.UI.WebControls.DataGrid'/> control.</para> 23/// <para>Positioned at the bottom of the <see cref='System.Web.UI.WebControls.DataGrid'/>.</para> 29/// <para>Positioned at the top of the <see cref='System.Web.UI.WebControls.DataGrid'/>.</para> 35/// <para>Positioned at the top and the bottom of the <see cref='System.Web.UI.WebControls.DataGrid'/>.</para>
UI\WebControls\TemplateColumn.cs (1)
17/// <see cref='System.Web.UI.WebControls.DataGrid'/>