Click here to Skip to main content
15,889,694 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
On the Project Summary page, when the Scenario Name is longer than the width of the column, it's breaking the name of the scenario in the middle of words. This is happening throughout the application. Can we add a Wrap Text functionality to that column so that it preserve the structure of a word and only break to a new line on a space character.
Posted
Comments
Sampath Lokuge 21-Apr-14 2:41am    
Are you talking about grid view column or what ?
DamithSL 21-Apr-14 2:43am    
what kind of a control are you using?

1 solution

Hello Amulya,

Allow long words to be able to break and wrap onto the next line using following code:
CSS
#myGridView.descriptionColumn {word-wrap:break-word;} 

Thanks,
Imdadhusen
 
Share this answer
 
Comments
Amulya_arruru 5-May-14 5:25am    
It should not break the word for example :- "Looksliketh Trender5Minsarenot gettingdeletedfrom"
Trender5Minsarenot should come in next line. as of now its breaking in middle of word as Looksliketh Tr and in nextline ender5Minsarenot

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900