I've been asked to add a number of columns to a Grid. It'll end up with 13 columns, a few of them rather wide , so the whole thing won't fint in a page width. We used to handle this by doing the editing in a separate page, but our users are asking if it's possible to do all the editing in-place.
The only thing I can think of is to split the row, so each row of data takes up two lines. I'm okay with the data on the second line having no header and not being sortable. Has anyone tried this?