Standard Html code that is rendered to the right of the input field.
Standard Html code that is rendered to the right of the input field.
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.
EditFieldItem Class | Axezz.WebControls Namespace