Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
100
TextEditor Multiline not working (MVC)
posted

Hi

I have tried to add a multiline text editor without any luck:

@Html.Infragistics().TextEditor().ID("dialogEmailDetail").TextMode(TextEditorTextMode.Multiline).Height(100).Width(205).Render()  

I am using MVC4. Nothing happens when you hit the enter key and try to go multiline.

Please help.

Parents
  • 18204
    Offline posted

    Hello the_corps,

     

    Thank you for posting in our forums!

    The default behavior in the igEditors is to use Shift + Enter to create a new line.  By setting the hideEnterKey option of the editor to false, you can enable new lines through pressing Enter without Shift.

    In recent releases of IgniteUI, a bug has been discovered with this option where after creating a new line, any new input will wipe out the contents of the editor.  I have discussed this with our developers and am submitting a development issue to address this.  I will have more information on this for you tomorrow.

Reply Children
No Data