Call this method to enable a rich client side Html based editor for this field. Works with Internet Explorer only.
Returns an instance of an HtmlEditor object
Example usage:
[Visual Basic]
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Dim edit1 As New Axezz.WebControls.EditFieldItem
With edit1
.ColumnName = "Notes"
Dim htmlEditor As Axezz.WebControls.HtmlEditor = .EnableRichTextEditor()
htmlEditor.Width = "600"
End With
AxpDataGrid1.SetEditField(edit1)
End Sub
EditFieldItem Class | Axezz.WebControls Namespace