:: Forum >>

Beta 3 Footer Like Header

Hey Alex, I was wondering if you have plans to set up the grid so that if you include a footer, it will, by default, have the same functionality as the header. I am sure I can put in extra code to make it perform like the header, but it doesn't perform that way by default. The columns don't resize, and the style is completely different.
Jim Shaffer
Monday, November 21, 2005
I'd be really interested in that too!!!
JeanLuc
Wednesday, November 23, 2005
Nice idea.
Fahad Hanif
Wednesday, November 23, 2005
I did not test it a lot .. so use it with caution, cause could give some unexpected results, but using the following code seems to do what you need .
Some slow down & only works on I.E
HTH
obj.setFooterVisible(true);
var headtemp = obj.getTopTemplate();
obj.setBottomTemplate(headtemp);

Carlos
Thursday, November 24, 2005
Upppss ! any bottom resizing fires a sort ..maybe not useful.. :-)
Carlos
Thursday, November 24, 2005
Also don't like ... obj.setSelectorResizable(true);
Thursday, November 24, 2005
Ok carlos, this look great, but seems to me like upside down... the bottom border on the top header columns shall be inverted and displayed on top of the footer...
Well at least, it was what I tried to do!!!
Jim Shaffer
Friday, November 25, 2005
Yes all this ok, but then you can't overwrite column text?
How would you do this?
Michel
Saturday, November 26, 2005
Yeah, Michel is right, when u use this hint, then text in footer is always exactly the same as header, even if you call setFooterText() after the hint!!!
Patrick kiken
Wednesday, December 7, 2005

This topic is archived.


Back to support forum

Forum search