dwilson837 Good day, I'm displaying related BOs in a table with inline editing enabled. Is there any way to wrap the column headers for labels that are longer than the width of the column ? Thanks, Dylan
aware_support Not easily. The only way to do this would be to experiment with CSS settings, but this will affect all grids.
adamgonzalez1984 this is how I'm achieving this effect. I put the following line in the ext-all.css file .x-grid3-hd-inner, x-grid3-hd-9{white-space: normal; text-align: center;}