I'm using Infragistics WebHTMLEditor 7.3. I want the cursor to move down in the next line whenever the number of character in the line exceeds a specific limit.
I tried to look into TextWindow member of the editor and tried to change the width, but still the cursor is not going down in the next line.
In short I want to wrap the text, the way it happens in Notepad application in any windows OS.
Could you please let me know how can achieve that? Is there any built in method provided for that?
As of now I didn't get any luck.. so I'm trying to handle this in the lost focus event of the editor.
If I understand what you're asking, this is built-in functionality of WebHtmlEditor. After the input text reaches a certain width, which depends on the width of the control, the text and input focus wraps to the next line.
Please test this using the WebHtmlEditor - General Properties sample on our website. Using this sample, when I type enough text to reach the width of the editor, the text wraps to the next line as I'd expect. Is this the functionality you're talking about?
What browser are you using? My test was performed using Internet Explorer 7.