Hi I want the rows to align as columns using css method.
I tried using ‘jqx-grid-cell’ class, and set float to left and changed the width of the cell so each row will align next to each other.
Kind of like this;
Column Firstname:
Row1 Row 2 Row 3 Row 4
Currently i know the grid is built for doing next line row like
Row 1
Row 2
Row 3
Row 4
But trying to see if there was a way to achieve this where each row is floating left and next to each other.
Column Firstname:
Row1 Row 2 Row 3 Row 4
Here is my jsfiddle:
http://jsfiddle.net/4zAHJ/993/