Hi All,
Does anyone know if in appian is possible to show "..." and it you put the cursor on top you see rest of text? when we have multiple values for one column of one specific record. For example I have a grid with multiple columns and one of them for each records has multiple values , like the user record has a column with "favorite colors" and each user has 3-4 colors. In grid I want to display only first color and .... so the height of row is not so big.
thanks in advance
Discussion posts and replies are publicly visible
Configure the value of the grid row with richTextDisplayField() like shown below.
I also suggest using a Rich Text Icon (maybe set to the "info" icon) with a caption set to the remaining text. Also sometimes I'll make the "..." a dynamic link to expand the value for just that row. The options are luckily pretty wide-open.