AxpDataGrid

AxpDataGrid.MemoFieldLimit Property

Maximum number of characters to display in "memo" data columns.

[Visual Basic]
Public Property MemoFieldLimit As Integer
[C#]
public int MemoFieldLimit {get; set;}

Property Value

The maximum number of characters to display. Default=-1 (no limit)

Remarks

Note If the data column contains html code, it is not recommended to restrict the length. Either display the whole column or nothing. You risk truncating html code in the middle and breaking the page design completely otherwise.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace