This disables the word wrapping in an textarea or aspxmemo from devexpress. This simply uses css to alter the text area
#txtDataload textarea { overflow-y: scroll; overflow-x: scroll; white-space: pre; word-wrap: normal; }