Hi,
i have fields in ListGrid that contain long Texts set outside the listGrid via a richTextItem.
Is it possible to only show first 24 characters from the text in the field ?
Thanks!
The problem is that the listGrid then expand every row height to contain every line from the text (while maintaining small width) - e.g. if i have 3 new lines in the text, it will display 3 rows within the cell. All i want to do is to keep the record heights fixed @ whatever height but nothing seems to work. Its ok for me just to display the first 24 characters.
i have fields in ListGrid that contain long Texts set outside the listGrid via a richTextItem.
Is it possible to only show first 24 characters from the text in the field ?
Thanks!
The problem is that the listGrid then expand every row height to contain every line from the text (while maintaining small width) - e.g. if i have 3 new lines in the text, it will display 3 rows within the cell. All i want to do is to keep the record heights fixed @ whatever height but nothing seems to work. Its ok for me just to display the first 24 characters.
Comment