213
Views
5
Comments
Solved
[OutSystems Data Grid Web] Editable Text Column - Multiline
outsystems-data-grid-web
Web icon
Forge asset by OutSystems

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.

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello,

To achieve that you can try to add the following AdvancedFormat:

  • at the Grid block level: 
  • at the Column block level:


Note: Remember that to manually enter line breaks, Wijmo FlexGrid uses ALT+Tab.

Cheers,
GM 

2024-09-26 13-52-27
Carolina Bessa

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


2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi @Carolina Bessa 

Your screenshot is from OutSystems Data Grid Reactive and this post is for OutSystems Data Grid Web, ie, Traditional Web.

Cheers,
GM

2020-11-26 09-30-54
Ricardo Valim

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


UserImage.jpg
Jens Vogelgesang

Same for me, I would like to have a multiline column in which I can add text including CRLF. 

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hello,

To achieve that you can try to add the following AdvancedFormat:

  • at the Grid block level: 
  • at the Column block level:


Note: Remember that to manually enter line breaks, Wijmo FlexGrid uses ALT+Tab.

Cheers,
GM 

2024-09-26 13-52-27
Carolina Bessa

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


2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi @Carolina Bessa 

Your screenshot is from OutSystems Data Grid Reactive and this post is for OutSystems Data Grid Web, ie, Traditional Web.

Cheers,
GM

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.