ComponentOne Extender Controls for ASP.NET Web Forms
C1.Web.Wijmo.Extenders.4 Assembly / C1.Web.Wijmo.Extenders.C1Grid Namespace / C1GridExtender Class
Properties Methods Events

In This Topic
    C1GridExtender Class Members
    In This Topic

    The following tables list the members exposed by C1GridExtender.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1GridExtender class.  
    Top
    Public Properties
     NameDescription
    Public PropertyA value indicating whether columns can be moved.  
    Public PropertyA value indicating whether columns can be sized.  
    Public PropertyA value indicating whether editing is enabled. This property is obsolete. Use EditingMode instead.  
    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 PropertyDetermines whether wijgrid should parse underlying data at each operation requiring data re-fetching, like calling the ensureControl(true) method, paging, sorting, etc. If the option is disabled, wijgrid parses data only at the first fetch. The option is ignored if dynamic data load feature is used, in this case data are always parsed.  
    Public PropertyA string array value specifies all css/js references that wijmo control depends on. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public PropertyContent Delivery Network path. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public PropertyFunction used for styling the cells in wijgrid.  
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyAn array of column options.  
    Public PropertyDetermines behavior for column autogeneration.  
    Public PropertyA value that indicators the culture calendar to format the text. This property must work with Culture property.  
    Public PropertyAn array of custom user filters.  
    Public PropertyDetermines the datasource.  
    Public PropertyGets or sets the name of the list or table in the data source for which the C1GridExtender is displaying data.  
    Public PropertyDetermines the editing mode.  
    Public PropertyEnable JavaScripts files combined into one file. In order to combined enabled, you must register the WijmoHttpHandler in web.config. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    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.Control)
    Public PropertyDetermines whether to use number type column width as the real width of the column.  
    Public PropertyDetermines the order of items in the filter dropdown list.  
    Public PropertyDetermines the caption of the group area.  
    Public PropertyDetermines the indentation of the groups.  
    Public PropertyDetermines whether position of the current cell is highlighted or not.  
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyGets or sets the action to be performed when the user presses the TAB key.  
    Public PropertyDetermines the text to be displayed when the grid is loading.  
    Public PropertyCell values equal to this property value are considered as null value.  
    Public PropertyA function called after editing is completed.  
    Public PropertyA function called after a cell has been updated.  
    Public PropertyA function called when wijgrid is bound to remote data and the ajax request fails.  
    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 has been dropped.  
    Public PropertyA function called when column is dropped, but before wijgrid handles the operation. Cancellable.  
    Public PropertyA function called when column has been dropped.  
    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 has been removed from the group area.  
    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 after page index is changed.  
    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 after the widget is sorted.  
    Public PropertyA function called before the sorting operation is started. Cancellable.  
    Public PropertyDetermines the zero-based index of the current page.  
    Public PropertyPager settings.  
    Public PropertyNumber of rows to place on a single page.  
    Public PropertyA value indicating whether DOM cell attributes can be passed within a data values.  
    Public PropertyFunction used for styling the rows in wijgrid.  
    Public PropertyScrolling settings.  
    Public PropertyRepresents selection behavior.  
    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 PropertyA value indicating whether the row header is visible.  
    Public PropertyA value indicating whether a selection will be automatically displayed at the current cell position when the wijgrid is rendered.  
    Public Property (Inherited from System.Web.UI.ExtenderControl)
    Public PropertyTarget CSS selector that should be used instead of TargetControlID property. You can use TargetSelector property when you need populate extender functionality on several page elements(controls) at once. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public PropertyName of the theme that will be used to style widgets. Available embedded themes: aristo / midnight / ui-lightness. Note, 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.Extenders.WidgetExtenderControlBase)
    Public PropertyA value that indicates the theme swatch of the extender, this property only works when WijmoControlMode property is Mobile. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public PropertyDetermines whether the widget extender must load client resources from CDN (Content Delivery Network) path given by property CDNPath. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Property (Inherited from System.Web.UI.Control)
    Public Property (Inherited from System.Web.UI.Control)
    Public PropertyA 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.Extenders.WidgetExtenderControlBase)
    Public PropertyIndicates the control applies the theme of JQuery UI or Bootstrap. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodEnables a server control to perform final clean up before it is released from memory. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Method (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodGets the property value by property name. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public MethodOverloaded.  (Inherited from System.Web.UI.Control)
    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 Method (Inherited from System.Web.UI.Control)
    Public Method (Inherited from System.Web.UI.Control)
    Public MethodSets the property value by property name. (Inherited from C1.Web.Wijmo.Extenders.WidgetExtenderControlBase)
    Public Method (Inherited from System.Web.UI.Control)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Public Event (Inherited from System.Web.UI.Control)
    Top
    See Also