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
140
MultiLine input inside Grid
posted

Hi All,

Is there a way to enable user to input MultiLine in a text field?

I tried TextBoxProvider and TextEditorProvider both seems not working.

When the user press "Enter" key, the field just exit edit mode but not go to the next line within the textbox.

Thanks!

David 

Parents
No Data
Reply
  • 12679
    Verified Answer
    posted

    davidwsk said:
    When the user press "Enter" key, the field just exit edit mode but not go to the next line within the textbox.

    Hello David,

    With the suggested manner above the user will be able to edit  a cell and when the text of the cell reaches the end  automatically the cursor is pushed to the next line and it is not needed the user to press enter. But if you want to do that on enter press or you want to implement custom logic and so on you can use provided by the grid client -  side evnt handlers.

     

     

Children