I have a GridView that has columns such as:
| A | BC | DE / F |
I want them to be wrapped in a certain way - that is, I do not want to leave it in the browser to determine whether to wrap or not, depending on the width of the column. Therefore, in the above example, I may need the following:
| A | B | D | | | C | E / F |
I tried using \n as well as using <br/> , but both of them did not work.
Any ideas?
user41659
source share