Rowspan in AttachFooter

Is it possible to implement the rowspan functionality in the footer of the grid?

I’m having a grid, when i try to decrease the size of the grid the values in the footer will be partially visible and the rest of the value in the cell of the grid is hidden.

For ex: In one of the cells of the footer the value is “New Code For”. When i try to decrease the size of the cell the value ‘New’ only is visible the rest "Code For’ is hidden.

I want all the values to be displayed? Please suggest me the solution.

You can use rowspans in footer, same as in header

mygrid.attachFooter(“A,B,C”);
mygrid.attachFooter(“#rspan,B2,C2”);   // << first column inlcuded in rowspan

>>‘New’ only is visible the rest "Code For’ is hidden.
Basically it must work without rowspans as well, please check attached sample.

1210239560.zip (89.3 KB)


Hi,



Thanks for the reply.



In the given sample the footer contains “Some long text here” as the data of the first cell.



When u minimize the column size You can only see “Some long” in the footer. The rest of the data (“text here”) is wrapped and is hidden in the second line of the footer(Which is not visible). I want all the data to be visible even after wrapping the data. i.e. the data in the second line which is wrapped.



Please suggest me the solution.



 

Problem in IE7 confirmed.
Please use attached css instead of original one, with it auto-size will work in IE7 as well.

dhtmlxgridcss.zip (2.46 KB)

Thanks for the solution. Currently i’m using the build version of “v.1.6 build 80512”. Will this file be included in the next build?


>>Will this file be included in the next build?


Yes , the fix will be included as part of next build.