AxpDataGrid

EditFieldItem.HtmlAfter Property

Standard Html code that is rendered to the right of the input field.

[Visual Basic]
Public Property HtmlAfter As String
[C#]
public string HtmlAfter {get; set;}

Property Value

Standard Html code that is rendered to the right of the input field.

Remarks

Example usage include calls to your own Date Time input controls via javascript.

The input field is referenced in javascript by its javascript client id.

The easiest way to find its Id is to look at the generated Html for the Edit Form.

The Id naming scheme use the following pattern:

Axezz_TAG_Form_DATACOLUMNAME

where the TAG is the grid's .Tag value and DATACOLUMNNAME is the actual Data Column Name.

See Also

EditFieldItem Class | Axezz.WebControls Namespace