This is a migrated thread and some comments may be shown as answers.

Break line in cell table

2 Answers 216 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Thien
Top achievements
Rank 1
Thien asked on 26 Aug 2015, 08:08 AM

Hi,

I have a field biding to data and put it in to table "Example 1, Example 2, Example 3".

I want it auto break line in cell:
Example 1​
Example 2
Example 3

It's a possible in table? who can hlep me.

thanks a lot!

2 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 28 Aug 2015, 11:29 AM
Hello Thien,

You can use a text function to replace comas with new lines in the field. For example:
= Replace("Example 1, Example 2, Example 3",", ","
")

You can also format the string via custom function used as Value of the TextBox item.


I hope this information is helpful.

Regards,
Stef
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Thien
Top achievements
Rank 1
answered on 29 Aug 2015, 03:51 AM

Thanks Stef replay for me. I slove it via custom function and use HtmlTextBox.

 

Tags
General Discussions
Asked by
Thien
Top achievements
Rank 1
Answers by
Stef
Telerik team
Thien
Top achievements
Rank 1
Share this question
or