Categories | Question details Back To List | ||||||||||||||
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. Answer posted by Support on May 08, 2008 02:43 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. Attachments (1)
Answer posted on May 08, 2008 03:13 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.
Answer posted by Support on May 14, 2008 10:24 Problem in IE7 confirmed. Please use attached css instead of original one, with it auto-size will work in IE7 as well. Attachments (1)
Answer posted on May 22, 2008 22:54 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? Answer posted by Support on May 23, 2008 02:40 >>Will this file be included in the next build? Yes , the fix will be included as part of next build. |