This works and doesn't effect anything but the grid
<style>
.ui-iggrid tbody td {
white-space: nowrap;
}
</style>
This is not a good solution, it changes all <td>s on the page, how do you only effect the grid and not allow the column(s) to expand