ClassGridDataCell
Represents the RadGrid for ASP.NET AJAX data cell control wrapper.
Definition
Namespace:Telerik.WebAii.Controls.Html
Assembly:Telerik.WebAii.Controls.Html.dll
Syntax:
public class GridDataCell : HtmlTableCell
Inheritance: objectControlHtmlControlHtmlContainerControlHtmlTableCellGridDataCell
Inherited Members
Constructors
GridDataCell()
Initializes a new instance of the GridDataCell class.
Declaration
public GridDataCell()
GridDataCell(Element)
Initializes a new instance of the GridDataCell class.
Properties
CanDeleteItem
Get whether a built-in 'delete' item button is available in this cell so the parent item can be deleted.
CanEditItem
Get whether a built-in 'edit' item button is available in this cell so the parent item can be edited.
CanExpandCollapseItem
Get whether a built-in 'expand/collapse' item button is available in this cell so the parent item can be expanded/colapsed.
CellText
The text of this Grid data cell.
LocatorExpression
Get the locator IFindExpression.
Declaration
public override IFindExpression LocatorExpression { get; }
Property Value
Overrides
ParentItemIndex
The parent data item index.
Methods
AssignElement(Element)
Assign element and initialize this control.
Declaration
public override void AssignElement(Element e)
Parameters
e
The element.
Overrides
Cancel()
Performs 'cancel editing' action when in edit mode.
Declaration
public void Cancel()
CancelLite()
Performs 'cancel editing' action when in edit mode.
Declaration
[Obsolete("This method is obsolete. Use Cancel instead.", false)]
public void CancelLite()
ClientSelectCheckBoxClick()
Client select column check box click to select/unselect the item. Throws InvalidOperationException if the client select column is not available.
Declaration
public void ClientSelectCheckBoxClick()
ControlAssert()
Returns RadControlAssert instance initialized for this control.
Declaration
public RadControlAssert ControlAssert()
Returns
RadControlAssert instance initialized for this control.
DeleteButtonClick()
Built-in 'Delete' button click to delete the item. Throws InvalidOperationException if the delete button cannot be located.
Declaration
public void DeleteButtonClick()
DeleteButtonClickLite()
Built-in 'Delete' button click to delete the item. Throws InvalidOperationException if the delete button cannot be located.
Declaration
[Obsolete("This method is obsolete. Use DeleteButtonClick instead.", false)]
public void DeleteButtonClickLite()
DeleteRecord(string)
Built-in 'Delete' button click to delete the item.
EditButtonClick()
Built-in 'Edit' button click to put the item in edit mode. Throws InvalidOperationException if the edit button cannot be located.
Declaration
public void EditButtonClick()
EditButtonLiteClick()
Built-in 'Edit' button click to put the item in edit mode. Throws InvalidOperationException if the edit button cannot be located.
Declaration
[Obsolete("This method is obsolete. Use EditButtonClick instead.", false)]
public void EditButtonLiteClick()
ExpandCollapseButtonClick()
Expand/collapse button click to expand/collapse the item in Grid hierarchy mode. Throws InvalidOperationException in case of a plain Grid.
Declaration
public void ExpandCollapseButtonClick()
ExpandCollapseButtonMobileClick()
Expand/collapse button click to expand/collapse the item in Grid hierarchy mode. Throws InvalidOperationException in case of a plain Grid.
Declaration
[Obsolete("This method is obsolete. Use ExpandCollapseButtonClick instead.", false)]
public void ExpandCollapseButtonMobileClick()
UndoDeleteButtonClick()
Built-in 'Undo Delete' button click to put the item in edit mode. Throws InvalidOperationException if the edit button cannot be located.
Declaration
public void UndoDeleteButtonClick()
Update()
Performs 'update item' action when in edit mode.
Declaration
public void Update()
UpdateLite()
Performs 'update item' action when in edit mode.
Declaration
[Obsolete("This method is obsolete. Use Update instead.", false)]
public void UpdateLite()