Categories | Question details Back To List | ||
attachfooter and wordwrap Can u please suggest on how to implement the 'WordWrap' functionality in 'attachFooter'? Answer posted by Support on May 08, 2008 02:35 Actually such behavior enabled by default. The content inside footer will automatically wrap on next line ( please beware that if you have a single long work without white-spaces it will not be wrapped on next line ) If problem still occurs for you - please provide any kind of sample where it can be reconstructed. Answer posted on May 08, 2008 02:49 Thanks for the reply. Yes the value is getting wrapped up. But the value is being displayed only of the first line. The wrapped data is not being displayed(Its hidden). Please let me know, should we set any property to display the wrapped data.I.e. to show the footer with more than one rowspan. Answer posted by Support on May 14, 2008 10:01 In default mode grid autosize header|footer by content size - which mean component resize footer to show all data in it. If you changed data in footer by some kind of direct manipulation, it may be necessary to call grid.setSizes(); to normalize footer height. |