Hi there
Is it possible to change ListGrid orientation? What I mean? All records are added into listgrid as new rows with columns for every ListGridField now. I want to add new record as new column, rows will be static and defined by ListGridField array (empty grid will have 2 rows with no column).
So, I need something like this: ListGrid with 2 ListGridFields - date and value. This fields will be represented as 2 rows in table and every record will be a new column. (I don't need any scrollbars, header is hidden... just need static table with some data)
(if someone need to know: SmartGWT 2.4)
Is it possible to change ListGrid orientation? What I mean? All records are added into listgrid as new rows with columns for every ListGridField now. I want to add new record as new column, rows will be static and defined by ListGridField array (empty grid will have 2 rows with no column).
So, I need something like this: ListGrid with 2 ListGridFields - date and value. This fields will be represented as 2 rows in table and every record will be a new column. (I don't need any scrollbars, header is hidden... just need static table with some data)
(if someone need to know: SmartGWT 2.4)
Comment