ClassGridGroupPanel
Represents the RadGrid for ASP.NET AJAX group panel control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class GridGroupPanel : HtmlDiv
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlDivGridGroupPanel
Inherited Members
Constructors
GridGroupPanel()
Initializes a new instance of the GridGroupPanel class.
Declaration
public GridGroupPanel()
GridGroupPanel(Element)
Initializes a new instance of the GridGroupPanel class.
Properties
GroupFieldNames
Get the group items of the group panel. The names are separated by comma. Returns empty string if there are no items in the group panel.
GroupItems
Get the group items of the group panel. The names are separated by comma. Returns empty string if there are no items in the group panel.
Declaration
[Obsolete("Use the GroupFieldNames property")]
public string GroupItems { get; }
Property Value
Items
Get the list of group panel items.
Declaration
public IList<GridGroupPanelItem> Items { get; }
Property Value
LocatorExpression
Get the item locator HtmlFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
ControlAssert()
Get RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
DragToUngroup(string)
Performs DragTo action to ungroup the data by the given field if such group field exists in the group panel. Throws ArgumentException otherwise.
Declaration
public void DragToUngroup(string name)
Parameters
name
The group name field to ungroup by.
Sort(int)
Sorts the data by a group field in the group panel. Throws ArgumentException if an item with such index does not exist in the group panel.
Declaration
public void Sort(int index)
Parameters
index
The group panel item index.
Sort(string)
Sorts the data by a group field in the group panel. Throws ArgumentException if an item with such name does not exist in the group panel.
Declaration
public void Sort(string name)
Parameters
name
The group name field to sort by.