Hi,
I want to know how to put more than one line into a grid's row? Actually a grid is like this:
what im looking for is like this:
I want to do this because im limited in screen width and i must display a grid with too many fields to fit in the screen.
thanks
I want to know how to put more than one line into a grid's row? Actually a grid is like this:
Code:
*******************************
* header1 * header2 * header3 *
*******************************
* field1 * field2 * field3 *
*******************************
* field1 * field2 * field3 *
*******************************
* ... * ... * ... *
*******************************
Code:
*******************************
* header1 * header2 * header3 *
* header4 * header5 * header6 *
*******************************
* field1 * field2 * field3 *
* field4 * field5 * field6 *
*******************************
* field1 * field2 * field3 *
* field4 * field5 * field6 *
*******************************
* ... * ... * ... *
*******************************
I want to do this because im limited in screen width and i must display a grid with too many fields to fit in the screen.
thanks