ComponentOne GridView for ASP.NET WebForms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / C1GridView Class
Properties Methods Events

In This Topic
    C1GridView Class Members
    In This Topic

    The following tables list the members exposed by C1GridView.

    Public Constructors
     NameDescription
    Public ConstructorConstructor. Creates a new instance of the C1GridView class.  
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyGets or sets a value that determines whether automatic sorting is enabled.  
    Public PropertyGets or sets a value that determines whether regular textboxes or C1Input controls will be used as cell editors during server-side editing.  
    Public PropertyA value indicating whether client editing is enabled.  
    Public PropertyA value indicating whether columns can be moved.  
    Public PropertyA value indicating whether columns can be sized.  
    Public PropertyGets or sets a value that determines whether custom paging is enabled.  
    Public PropertyA value indicating whether keyboard navigation is allowed.  
    Public PropertyA value indicating whether the widget can be paged.  
    Public PropertyA value indicating whether the widget can be sorted.  
    Public PropertyGets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of alternating data rows in a C1GridView control.  
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyGets or sets a value that determines whether C1BoundField objects are generated and displayed automatically.  
    Public PropertyGets or sets a value indicating whether a C1CommandField field column with a Delete button for each data row is automatically added to a C1GridView control.  
    Public PropertyGets or sets a value indicating whether a C1CommandField field column with an Edit button for each data row is automatically added to a C1GridView control.  
    Public PropertyGets or sets a value indicating whether a C1CommandField field column with an Filter button for the filter row is automatically added to a C1GridView control.  
    Public PropertyGets or sets a value indicating whether a C1CommandField field column with an Select button for each data row is automatically added to a C1GridView control.  
    Public PropertyGets the CallbackSettings object that enables you to determine actions that can be performed by the C1.Web.Wijmo.Controls.C1GridView using callbacks mechanism.  
    Public PropertyDetermines the method of sending client-side edited data to server.  
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyOverridden. Gets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property.  
    Public PropertyRepresents client-side selection behavior.  
    Public PropertyGets a collection of objects representing the columns of the C1GridView control.  
    Public PropertyGets or sets the control that will automatically generate the columns for a System.Web.UI.WebControls.GridView control that uses ASP.NET Dynamic Data features.  
    Public Property (Inherited from System.Web.UI.WebControls.CompositeDataBoundControl)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyA value that indicators the culture calendar to format the text. This property must work with Culture property.  
    Public PropertyGets or sets an array that contains the names of the primary key fields for the items displayed in a C1GridView control.  
    Public PropertyGets a collection of System.Web.UI.WebControls.DataKey objects that represent the data key value of each row in a C1GridView control.  
    Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public Property (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
    Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public PropertyGets a collection of C1DetailGridView objects which are used as a template for populating detail grids in a hierarchical grid.  
    Public PropertyGets a collection of C1DetailGridView objects that contains populated detail grids in a hierarchical grid.  
    Public PropertyGets or sets the index of the item to be edited.  
    Public PropertyGets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of the row selected for editing in a C1GridView control.  
    Public PropertyGets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of the empty data row rendered when a C1GridView control is bound to a data source that does not contain any records.  
    Public PropertyGets or sets the user-defined content for the empty data row rendered when a C1GridView control is bound to a data source that does not contain any records.  
    Public PropertyGets or sets the text to display in the empty data row rendered when a C1GridView control is bound to a data source that does not contain any records.  
    Public PropertyOverridden. A value that indicates whether to register the dependency resources according to the control's property settings.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyGets a C1GridViewRow object that represents the filter row in a C1GridView control.  
    Public PropertyGets the FilterSettings object that defines the filter behaviors of the column at client-side.  
    Public PropertyGets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of the filter row in a C1GridView control.  
    Public PropertyGets a C1GridViewRow object that represents the footer row in a C1GridView control.  
    Public PropertyGets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of the footer row in a C1GridView control.  
    Public PropertyDetermines the caption of the group area.  
    Public PropertyDetermines the indentation of the groups.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyGets a C1GridViewRow object that represents the header row in a C1GridView control.  
    Public PropertyGets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of the header row in a C1GridView control.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyDetermines whether position of the current cell is highlighted or not.  
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public PropertyGets or sets the action to be performed when the user presses the TAB key.  
    Public PropertyDetermines the text that should be shown during callback to provide visual feedback.  
    Public PropertyGets an C1GridView object that represents a master grid that contains this grid.  
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyA function called after editing is completed.  
    Public PropertyA function called after a cell has been updated.  
    Public PropertyA function called before a cell enters edit mode. Cancellable.  
    Public PropertyA function called before a cell is updated.  
    Public PropertyA function called when column dragging has been started.  
    Public PropertyA function called when column dragging is started, but before wijgrid handles the operation. Cancellable.  
    Public PropertyA function called when column is dropped, but before wijgrid handles the operation. Cancellable.  
    Public PropertyA function called when column is dropped into the group area, but before wijgrid handles the operation. Cancellable.  
    Public PropertyA function called when column has been resized.  
    Public PropertyA function called when column is resized, but before wijgrid handles the operation. Cancellable.  
    Public PropertyA function called when column is removed from the group area, but before wijgrid handles the operation. Cancellable.  
    Public PropertyA function called after the current cell is changed.  
    Public PropertyA function called before the current cell is changed. Cancellable.  
    Public PropertyA function called when data are loaded.  
    Public PropertyA function called when wijgrid loads a portion of data from the underlying datasource.  
    Public PropertyA function called before the filter drop-down list is shown.  
    Public PropertyA function called when groups are being created and the "aggregate" option of the column object has been set to "custom".  
    Public PropertyA function called when groups are being created and the groupInfo.headerText or groupInfo.footerText of the groupInfo option has been set to "custom".  
    Public PropertyA function called when a cell needs to start updating but the cell value is invalid.  
    Public PropertyA function called at the end the wijgrid's lifecycle when wijgrid is filled with data and rendered.  
    Public PropertyA function called at the beginning of the wijgrid's lifecycle.  
    Public PropertyA function called before page index is changed. Cancellable.  
    Public PropertyA function called when wijgrid is rendered.  
    Public PropertyA function called when wijgrid is about to render.  
    Public PropertyA function called after the selection is changed.  
    Public PropertyA function called before the sorting operation is started. Cancellable.  
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyGets the total number of pages needed to display the items in the C1GridView component.  
    Public PropertyDetermines the zero-based index of the current page.  
    Public PropertyPager settings.  
    Public PropertyNumber of rows to place on a single page.  
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets the name of the column to use as the column header for the C1GridView control. This property is provided to make the control more accessible to users of assistive technology devices.  
    Public PropertyGets a collection of objects representing the items in C1GridView.  
    Public PropertyGets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of the data rows in a C1GridView control.  
    Public PropertyScrolling settings.  
    Public PropertyGets the System.Web.UI.WebControls.DataKey object that contains the data key value for the selected row in a C1GridView control.  
    Public PropertyGets or sets the index of the selected row.  
    Public PropertyGets or sets the data-key value for the persisted selected item in a System.Web.UI.WebControls.GridView control.  
    Public PropertyGets a C1GridViewRow object that represents the selected item in a C1GridView control.  
    Public PropertyGets a reference to the System.Web.UI.WebControls.TableItemStyle object that enables you to set the appearance of the selected row in a C1GridView control.  
    Public PropertyGets the data key value of the selected row in a C1GridView control.  
    Public Property (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public PropertyA value indicating whether a selection will be automatically displayed at the current cell position when the wijgrid is rendered.  
    Public PropertyA value indicating whether filter row is visible.  
    Public PropertyA value indicating whether footer row is visible.  
    Public PropertyA value indicating whether group area is visible.  
    Public PropertyDetermines whether the header is displayed.  
    Public PropertyA value indicating whether the row header is visible.  
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public PropertyUse ScrollingSettings.StaticColumnIndex property instead.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public Property (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets a value indicating whether a C1GridView control renders its header in an accessible format. This property is provided to make the control more accessible to users of assistive technology devices.  
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets the virtual number of items when custom paging is used.  
    Public Property (Inherited from System.Web.UI.WebControls.WebControl)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Web.UI.WebControls.WebControl)
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.WebControls.WebControl)
    Public Method (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodOverloaded.  (Inherited from System.Web.UI.Control)
    Public MethodOverridden.   
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodOverloaded. Loads control layout properties from the file.  
    Public Method (Inherited from System.Web.UI.WebControls.WebControl)
    Public MethodOverridden.   
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodOverridden.   
    Public MethodResets the virtual scrolling state of the grid view.  
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodOverloaded. Saves control layout properties to the specified file.  
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodSaves end user changes in the data source.  
    Top
    Public Events
     NameDescription
    Public EventOccurs in client editing mode when edits done by user should be persisted to underlying dataset.  
    Public Event (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public EventOccurs when a column has been grouped.  
    Public EventOccurs when a column is grouped, but before the C1GridView handles the operation.  
    Public EventOccurs when a column has been moved.  
    Public EventOccurs when a column is moved, but before the C1GridView handles the operation.  
    Public EventOccurs when a column has been ungrouped.  
    Public EventOccurs when a column is ungrouped, but before the C1GridView handles the operation.  
    Public Event (Inherited from System.Web.UI.WebControls.DataBoundControl)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.WebControls.BaseDataBoundControl)
    Public EventOccurs when a detail grid requires the DataSource property to be set.  
    Public Event (Inherited from System.Web.UI.Control)
    Public EventOccurs in client editing mode when edits done by user should be persisted to underlying dataset.  
    Public EventOccurs after filter expression is applied to the underlying System.Data.DataView's System.Data.DataView.RowFilter property.  
    Public EventOccurs when the preparation for filtering is started but before the C1GridView instance handles the filter operation.  
    Public EventOccurs when a hierarchy row has been toggled.  
    Public EventOccurs when a hierarchy row is toggled, but before the C1GridView handles the operation.  
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public EventOccurs when one of the pager buttons is clicked, but after the C1GridView control handles the paging operation.  
    Public EventOccurs when one of the pager buttons is clicked, but before the C1GridView control handles the paging operation.  
    Public Event (Inherited from System.Web.UI.Control)
    Public EventOccurs when the Cancel button of a item in edit mode is clicked, but before the item exits edit mode.  
    Public EventOccurs when a button is clicked in a C1GridView control.  
    Public EventOccurs when a row is created in a C1GridView control.  
    Public EventOccurs when a row is bound to data in a C1GridView control.  
    Public EventOccurs when the Delete button is clicked.  
    Public EventOccurs when the Delete button is clicked, but before the C1GridView instance handles the delete operation.  
    Public EventOccurs when the Edit button is clicked, but before the C1GridView instance handles the operation.  
    Public EventOccurs when a row's Update button is clicked or when edits done by user in a client-side editing mode should be persisted to underlying dataset, but after the C1GridView control handles the update operation.  
    Public EventOccurs when a row's Update button is clicked or when edits done by user in a client-side editing mode should be persisted to underlying dataset, but before the C1GridView control handles the update operation.  
    Public EventOccurs when a row's Select button is clicked, but after the C1GridView control handles the select operation.  
    Public EventOccurs when a row's Select button is clicked, but before the C1GridView control handles the select operation.  
    Public EventOccurs when the hyperlink to sort a column is clicked, but after the C1GridView control handles the sort operation.  
    Public EventOccurs when the hyperlink to sort a column is clicked, but before the System.Web.UI.WebControls.GridView control handles the sort operation.  
    Public Event (Inherited from System.Web.UI.Control)
    Top
    See Also