New to Telerik UI for ASP.NET AJAX? Download free 30-day trial

Telerik.Web.UI.GridMobileRatingColumnEditor

The editor for the Telerik.Web.UI.GridRatingColumn when grid's RenderMode is set to Mobile.

Inheritance Hierarchy

  • System.Object
  • System.Web.UI.Control
  • Telerik.Web.UI.GridColumnEditorBase : IGridColumnEditor
  • Telerik.Web.UI.GridTextColumnEditor
  • Telerik.Web.UI.GridMobileRatingColumnEditor

Properties

ContainerControl Control

Gets the instance of the Container control (generally a TableCell), after the last call of InstantiateInControl method

IsInEditMode Boolean

Get a value indicating whether the current row/column editor is in edit mode.

IsInitialized Boolean

Get value if the editor has been initialized after an InitializeInControl or InitializeFromControl method call

IsInitialized Boolean

Get value if the editor has been initialized after an InitializeInControl or InitializeFromControl method call

Text String

Gets or sets the cell text.

TextBoxControl String

Gets the instance for the current column editor.

TextBoxStyle String

Gets the instace of the Style that would be applied to the TextBox control, when initializing in a TableCell.

ToolTip String

The ToolTip that will be applied to the control.

Value Decimal

Gets the current value of the TextBox control

Methods

AddControlsToContainer

Implement this member to create the edit controls in the grid cell. This method is called from each column's InitializeCell method, when a initializes its cells.

Returns

System.Void

CopySettingsFrom

Copy setting from given column editor

Parameters

editor Telerik.Web.UI.IGridColumnEditor

Returns

System.Void

CreateControls

Create the input/edit controls belonging to the editor and prepare for AddControlsToContainer call.

Returns

System.Void

LoadControlsFromContainer

This method should recrteate the state of the column editor (edit controls, etc) from the container. This method is called when method is called, or when GridEditableItem.EditManager.GetColumnEditor is called.

Remarks

This method is should prepare the column editor to extract values from the edit controls residign in a TableCell of the grid.

Returns

System.Void

In this article