When setting the parameter multiLine: true in a column, the editable form is a textarea element in native implementations (that is - non Outsystems). If I set the same attribute in the GridCoumnText AdvancedFormat parameter, the editable element is an input - not a text area.
Is this a customization done by Outsystems? It would be nice to allow to control wether the element is an input or a textarea.
Cheers.
Hello,
To achieve that you can try to add the following AdvancedFormat:
Note: Remember that to manually enter line breaks, Wijmo FlexGrid uses ALT+Tab.
Cheers,GM
Would you please point where are these screenshots from?
Because the Grid I have doesnt have the options in the Columns folder.
Mine is like this
Hi @Carolina Bessa
Your screenshot is from OutSystems Data Grid Reactive and this post is for OutSystems Data Grid Web, ie, Traditional Web.
Hi Gabriel,
I couldn't reproduce it, its always an input-text (at least for me).
Could you send an OML with a sample?
Regards
Ricardo Valim
Same for me, I would like to have a multiline column in which I can add text including CRLF.