How do I prevent the command buttons from wrapping in the command column on each of the grid rows? I want them to render in a straight, horizontal line even if they extend past the edge of the grid.
like this:
+ ---------------------------------------------------------+
| column 1 | ... | column n | [btn1] [btn2] [btn3] [btn4] |
+ ---------------------------------------------------------+
instead of:
+ -------------------------------------------+
| column 1 | ... | column n | [btn1] [btn2] |
| | | | [btn3] [btn4] |
+ -------------------------------------------+