[]
        
(Showing Draft Content)

C1.Web.Mvc.FlexGridGroupPanel-1

FlexGridGroupPanel<T> Class

Define an extender used to set the flexgrid group panel.

Inheritance
Extender
FlexGridGroupPanel<T>
Implements
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class FlexGridGroupPanel<T> : Extender, IHtmlString
Type Parameters
Name Description
T

Constructors

Name Description
FlexGridGroupPanel(FlexGridBase<T>, string)

Creates one FlexGridGroupPanel<T> instance.

Properties

Name Description
Filter

Gets or sets the @see:grid.filter.FlexGridFilter to use for filtering the grid data.

GroupDescriptionCreator

Gets or sets creator function used to create group descriptions when users drag columns into the group

HideGroupedColumns

Gets or sets a value indicating whether the panel hides grouped columns in the owner grid.

IsDisabled

Gets or sets a value that determines whether the control is disabled.

MaxGroups

Gets or sets the maximum number of groups allowed.

Placeholder

Gets or sets a string to display in the control when it contains no groups.

Selector

Gets or sets a value which specifies the selector.

ShowDragGlyphs

Gets or sets a value that determines whether the control should add drag glyphs to the group marker elements.

Methods

Name Description
RegisterStartupScript(HtmlTextWriter)

Render the extender instance to the writer.

Extension Methods