cancel
Showing results for 
Search instead for 
Did you mean: 

Formatted text in table control

Former Member
0 Kudos

Hi All,

I am trying to show formatted texts (Bulleted texts) using html tags in one of the cells in a table control. But while creating the binding of the table control, I dont see 'FormattedTextView' as one of the allowed controls. Only 'TextView' and 'TextEdit' is available which does not support formatted texts by default.

Can anyone please suggest a way to achieve this?? Can we somehow use 'TextView' or 'TextEdit' to display/render formatted html texts.

Appreciate prompt replies.

Thanks,

Tirth

Accepted Solutions (0)

Answers (1)

Answers (1)

chengalarayulu
Active Contributor
0 Kudos

Hi Pandya,

Currently there is no such feasibility exists.

Thank you.

Former Member
0 Kudos

What could be a workaround for this?? Any thoughts?

chengalarayulu
Active Contributor
0 Kudos

if it is strictly wanna display as in formatted... no other ways found..

you can go through dynamic TextView creation for each point display(Totally dynamic coding will take place here based on your lines display). Hope it will be complex.

Former Member
0 Kudos

ok. So how do we create the dynamic TextView which supports formatted texts?

chengalarayulu
Active Contributor
0 Kudos

it doesn't mean supports FromattedText.. you can loop your text table and concatenate the text with serial numbers and can be bound to normal TEXTVIEW.

Thanks.