[]
Define an extender used to set the flexgrid group panel.
public class FlexGridGroupPanel<T> : Extender, IHtmlString
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| FlexGridGroupPanel(FlexGridBase<T>, string) | Creates one FlexGridGroupPanel<T> instance. |
| 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. |
| Name | Description |
|---|---|
| RegisterStartupScript(HtmlTextWriter) | Render the extender instance to the writer. |