I need to set only 500 characters of lenght for webhtmleditor. how to do it
HI, try setting the width property of the WebHtmlEdtior
Here is a help link to the WebHtmlEditor Class Members:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR3.5/html/Infragistics35.WebUI.WebHtmlEditor.v8.2~Infragistics.WebUI.WebHtmlEditor.WebHtmlEditor_members.html
Here is help link to The WebHtmlEditor Width property:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR3.5/html/Infragistics35.WebUI.WebHtmlEditor.v8.2~Infragistics.WebUI.WebHtmlEditor.WebHtmlEditor~Width.html
The question posed was how to limit the number of characters to a WebHtmlEditor box, not how many pixels wide to make it.