3.2.0

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
November 21,
I'd be really interested in that too!!!
JeanLuc
November 23,
Nice idea.
Fahad Hanif
November 23,
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
November 24,
Upppss ! any bottom resizing fires a sort ..maybe not useful.. :-)
Carlos
November 24,
Also don't like ... obj.setSelectorResizable(true);
November 24,
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
November 25,
Yes all this ok, but then you can't overwrite column text?
How would you do this?
Michel
November 26,
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
December 7,

This topic is archived.

See also:


Back to support forum