| Name | Description |
| AccessKey | (Inherited from System.Web.UI.WebControls.WebControl) |
| AllowAutoSort | Gets or sets a value that determines whether automatic sorting is enabled. |
| AllowC1InputEditors | Gets or sets a value that determines whether regular textboxes or C1Input controls will be used as cell editors during server-side editing. |
| AllowClientEditing | A value indicating whether client editing is enabled. |
| AllowColMoving | A value indicating whether columns can be moved. |
| AllowColSizing | A value indicating whether columns can be sized. |
| AllowCustomPaging | Gets or sets a value that determines whether custom paging is enabled. |
| AllowKeyboardNavigation | A value indicating whether keyboard navigation is allowed. |
| AllowPaging | A value indicating whether the widget can be paged. |
| AllowSorting | A value indicating whether the widget can be sorted. |
| AlternatingRowStyle | Gets 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. |
| AutogenerateColumns | Gets or sets a value that determines whether C1BoundField objects are generated and displayed automatically. |
| AutoGenerateDeleteButton | Gets 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. |
| AutoGenerateEditButton | Gets 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. |
| AutoGenerateFilterButton | Gets 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. |
| AutoGenerateSelectButton | Gets 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. |
| CallbackSettings | Gets the CallbackSettings object that enables you to determine actions that can be performed by the C1.Web.Wijmo.Controls.C1GridView using callbacks mechanism. |
| CDNDependencyPaths | A string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |
| CDNPath | Content Delivery Network path. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |
| ClientEditingUpdateMode | Determines the method of sending client-side edited data to server. |
| ClientIDMode | Overridden. Gets or sets the algorithm that is used to generate the value of the System.Web.UI.Control.ClientID property. |
| ClientSelectionMode | Represents client-side selection behavior. |
| Columns | Gets a collection of objects representing the columns of the C1GridView control. |
| Controls | (Inherited from System.Web.UI.WebControls.CompositeDataBoundControl) |
| CssClass | (Inherited from System.Web.UI.WebControls.WebControl) |
| CultureCalendar | A value that indicators the culture calendar to format the text. This property must work with Culture property. |
| DataKeyNames | Gets or sets an array that contains the names of the primary key fields for the items displayed in a C1GridView control. |
| DataMember | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| DataSource | (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) |
| DataSourceID | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| DisplayVisible | Gets or sets a value that indicates whether a server control is rendered as UI on the page. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |
| EditRowStyle | Gets 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. |
| EmptyDataRowStyle | Gets 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. |
| EmptyDataText | Gets 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. |
| EnableCombinedJavaScripts | Enable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |
| EnableConditionalDependencies | Overridden. A value that indicates whether to register the dependency resources according to the control's property settings. |
| Enabled | Gets or sets a value indicating whether the Web server control is enabled. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |
| EnableTheming | (Inherited from System.Web.UI.WebControls.WebControl) |
| EnableViewState | (Inherited from System.Web.UI.Control) |
| FilterSettings | Gets the FilterSettings object that defines the filter behaviors of the column at client-side. |
| FilterStyle | Gets 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. |
| FooterStyle | Gets 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. |
| GroupAreaCaption | Determines the caption of the group area. |
| GroupIndent | Determines the indentation of the groups. |
| HeaderStyle | Gets 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. |
| Height | (Inherited from System.Web.UI.WebControls.WebControl) |
| HighlightCurrentCell | Determines whether position of the current cell is highlighted or not. |
| ID | (Inherited from System.Web.UI.Control) |
| ItemType | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| KeyActionTab | Gets or sets the action to be performed when the user presses the TAB key. |
| LoadingText | Determines the text that should be shown during callback to provide visual feedback. |
| OnClientAfterCellEdit | A function called after editing is completed. |
| OnClientAfterCellUpdate | A function called after a cell has been updated. |
| OnClientBeforeCellEdit | A function called before a cell enters edit mode. Cancellable. |
| OnClientBeforeCellUpdate | A function called before a cell is updated. |
| OnClientColumnDragged | A function called when column dragging has been started. |
| OnClientColumnDragging | A function called when column dragging is started, but before wijgrid handles the operation. Cancellable. |
| OnClientColumnDropping | A function called when column is dropped, but before wijgrid handles the operation. Cancellable. |
| OnClientColumnGrouping | A function called when column is dropped into the group area, but before wijgrid handles the operation. Cancellable. |
| OnClientColumnResized | A function called when column has been resized. |
| OnClientColumnResizing | A function called when column is resized, but before wijgrid handles the operation. Cancellable. |
| OnClientColumnUngrouping | A function called when column is removed from the group area, but before wijgrid handles the operation. Cancellable. |
| OnClientCurrentCellChanged | A function called after the current cell is changed. |
| OnClientCurrentCellChanging | A function called before the current cell is changed. Cancellable. |
| OnClientDataLoaded | A function called when data are loaded. |
| OnClientDataLoading | A function called when wijgrid loads a portion of data from the underlying datasource. |
| OnClientFilterOperatorsListShowing | A function called before the filter drop-down list is shown. |
| OnClientGroupAggregate | A function called when groups are being created and the "aggregate" option of the column object has been set to "custom". |
| OnClientGroupText | A function called when groups are being created and the groupInfo.headerText or groupInfo.footerText of the groupInfo option has been set to "custom". |
| OnClientInvalidCellValue | A function called when a cell needs to start updating but the cell value is invalid. |
| OnClientLoaded | A function called at the end the wijgrid's lifecycle when wijgrid is filled with data and rendered. |
| OnClientLoading | A function called at the beginning of the wijgrid's lifecycle. |
| OnClientPageIndexChanging | A function called before page index is changed. Cancellable. |
| OnClientRendered | A function called when wijgrid is rendered. |
| OnClientRendering | A function called when wijgrid is about to render. |
| OnClientSelectionChanged | A function called after the selection is changed. |
| OnClientSorting | A function called before the sorting operation is started. Cancellable. |
| PageIndex | Determines the zero-based index of the current page. |
| PagerSettings | Pager settings. |
| PageSize | Number of rows to place on a single page. |
| RowHeaderColumn | Gets 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. |
| RowStyle | Gets 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. |
| ScrollingSettings | Scrolling settings. |
| SelectedIndex | Gets or sets the index of the selected row. |
| SelectedRowStyle | Gets 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. |
| SelectMethod | (Inherited from System.Web.UI.WebControls.DataBoundControl) |
| ShowClientSelectionOnRender | A value indicating whether a selection will be automatically displayed at the current cell position when the wijgrid is rendered. |
| ShowFilter | A value indicating whether filter row is visible. |
| ShowFooter | A value indicating whether footer row is visible. |
| ShowGroupArea | A value indicating whether group area is visible. |
| ShowHeader | Determines whether the header is displayed. |
| ShowRowHeader | A value indicating whether the row header is visible. |
| SkinID | (Inherited from System.Web.UI.WebControls.WebControl) |
| SupportsDisabledAttribute | (Inherited from System.Web.UI.WebControls.BaseDataBoundControl) |
| TabIndex | (Inherited from System.Web.UI.WebControls.WebControl) |
| Theme | Name of the theme that will be used to style the widgets. Available embedded themes include: aristo, midnight, and ui-lightness. Note that only one theme can be used for the whole page at one time. Please make sure that all widget extenders have the same Theme value. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |
| ThemeSwatch | A value that indicates the theme swatch of the control, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |
| ToolTip | (Inherited from System.Web.UI.WebControls.WebControl) |
| UseAccessibleHeader | Gets 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. |
| UseCDN | Determines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |
| ValidateRequestMode | (Inherited from System.Web.UI.Control) |
| ViewStateMode | (Inherited from System.Web.UI.Control) |
| Width | (Inherited from System.Web.UI.WebControls.WebControl) |
| WijmoControlMode | A value that indicates mode of the control, whether it is a mobile or web control. Note that only one value can be used for the whole website or project. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |
| WijmoCssAdapter | Indicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Controls.Base.C1TargetCompositeDataBoundControlBase) |