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

Telerik.Web.UI.RadFilterTextFieldEditor

Represents the field editor in RadFilter used to build filter expressions for string values.

Inheritance Hierarchy

  • System.Object
  • Telerik.Web.StateManager : IMarkableStateManager, IStateManager
  • Telerik.Web.UI.RadFilterDataFieldEditor
  • Telerik.Web.UI.RadFilterTextFieldEditor

Properties

DataType Type

Gets or sets (see the Remarks) the type of the data from the Field.

Remarks

The DataType property supports the following base .NET Framework data types:BooleanByteCharDateTimeDecimalDoubleInt16Int32Int64SByteSingleStringTimeSpanUInt16UInt32UInt64

DefaultFilterFunction RadFilterFunction

Gets or sets the default filter function that will be set to the editor item when it is first created.

DisplayName String

Gets or sets DisplayName for the editor.

FieldName String

Gets or sets FieldName for the editor.

Owner RadFilter

Keeps reference to the owner RadFilter control.

PreviewDataFormat String

Gets or sets PreviewDataFormat for the editor. This property will be used to format the value per editor when ExpressionPreviewPosition is different than RadFilterExpressionPreviewPosition.None

TextBoxWidth Int32

Get/set TextBox width in pixels.

ToolTip String

Gets or sets the ToolTip property of the editor control.

Methods

ExtractValues

Extracts the value of the TextBox editors.

Returns

System.Collections.ArrayList An ArrayList containing the editor values.

ExtractValues

Extracts an ArrayList with the values from the editor.

Returns

System.Collections.ArrayList An ArrayList holding the editor values.

InitializeEditor

Initializes the textbox editor.

Parameters

container System.Web.UI.Control

The container Control which will contain the TextBox control.

Returns

System.Void

InitializeEditor

Initializes the control rendered by the field editor.

Parameters

container System.Web.UI.Control

The container Control where the editor control will be added.

Returns

System.Void

SetEditorValues

Sets the values of the text editor.

Parameters

values System.Collections.ArrayList

An array containing the values that will populate the editor.

Returns

System.Void

SetEditorValues

Populates the field editor using the first values from the passed ArrayList.

Parameters

values System.Collections.ArrayList

An ArrayList holding a boolean value.

Returns

System.Void

In this article