Cédric VIDREQUIN
21 Aug 2011, 11:11 PM
Hello,
is there a way to put a panel in a cell grid ?
I found several ways to show/edit several kinds of data (strings, dates, boolean) but I need to show more complex data (objects with text, numeric and date information) in a same cell. I want to show a group of prices (buying price, minimum celling price, commition price, etc...), according to a given type of product (in column) and a given category of product (in line).
For now, I use a panel with a table layout, and I put the prices panels into the table layout. But it is not conveinient because I can only render correctly the column header OR the line header, depending on how I put the panels. (for now, all the vertical headers are on the top of the first column, where the data column are much more bigger than only the text of the headers).
I also need to collapse some lines and columns, and with the present solution, I can only collapse lines OR columns.
Any advice is welcome :-)
is there a way to put a panel in a cell grid ?
I found several ways to show/edit several kinds of data (strings, dates, boolean) but I need to show more complex data (objects with text, numeric and date information) in a same cell. I want to show a group of prices (buying price, minimum celling price, commition price, etc...), according to a given type of product (in column) and a given category of product (in line).
For now, I use a panel with a table layout, and I put the prices panels into the table layout. But it is not conveinient because I can only render correctly the column header OR the line header, depending on how I put the panels. (for now, all the vertical headers are on the top of the first column, where the data column are much more bigger than only the text of the headers).
I also need to collapse some lines and columns, and with the present solution, I can only collapse lines OR columns.
Any advice is welcome :-)