ClassGridHelper
Class
A helper class for the RadGrid wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
cs-api-definition
public static class GridHelper
Inheritance: objectGridHelper
Methods
IsExpandCollapseButton(Element, out GridGroupExpandCollapseActionType)
Returns whether the button element is expand/collapse.
Declaration
cs-api-definition
public static bool IsExpandCollapseButton(Element element, out GridGroupExpandCollapseActionType actionType)
Parameters
element
The current element.
actionType
GridGroupExpandCollapseActionType
The Grid expand/collapse action type.
Returns
IsExpandCollapseButtonMobile(Element, out GridGroupExpandCollapseActionType)
Returns whether the button element is expand/collapse.
Declaration
cs-api-definition
public static bool IsExpandCollapseButtonMobile(Element element, out GridGroupExpandCollapseActionType actionType)
Parameters
element
The current element.
actionType
GridGroupExpandCollapseActionType
The Grid expand/collapse action type.
Returns