I have page with a default button assigned. However when I hit enter in a TextBox with Ajax:HtmlEditorExtendor, the form will be submitted. Is it a bug in Ajax? Is there any workaround for this? Thanks.

link|improve this question

64% accept rate
feedback

1 Answer

It sounds like your target control might be a single line textbox. Try setting the property for TextMode="MultiLine" on the textbox you're targeting for the html editor to see if that makes a difference.

link|improve this answer
I do have multiline set. – Gaolai Peng Feb 6 at 16:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.