I want to display multiple lines in the grid Title. I've tried <br /> and \n. They show up as literal characters. I've modified the css for grid header height to be set to auto and the long text wraps but not where I want it to wrap. Here is an example:
This is what I want it to look like:
Labor
& Burden
Cost Type 1234
Here is how it shows up:
Labor & Burden Cost
Type 1234
How do I force the wrapping of the text where I want it?