sezerug / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

grid: frozen colum and autofit cell values #666

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
when freeze column in a listGrid with CanFreezeFields = true and 
FixedRecordHeights = false,  the frozen columns have always fixed height.

What steps will reproduce the problem?
1. open 
showcase/src/com/smartgwt/sample/showcase/client/grid/autofit/AutofitValuesSampl
e.java
2. add "countryGrid.setCanFreezeFields(true);"  in getViewPanel() in the 
countryGrid configuration
3. launch ant hosted, go to Grids/Autofit/cellValues sample, agjust the column 
sizes so only country and background become visible and flag overflow grid.
4. froze country column

the expected output would be that the rows height are variable, but the country 
frozen column have an height different from the unfrozen ather.

[gwt 2.3, smartgwt 3.0, jdk 1.7, ubuntu 10.04] 

What browser(s) does this happen in?  Are there any browsers where the
issue does not occur?

Please provide any additional information below.

Original issue reported on code.google.com by antonucc...@gmail.com on 15 Apr 2012 at 7:15

Attachments:

GoogleCodeExporter commented 9 years ago
This is a documented limitation of frozen columns:

http://www.smartclient.com/smartgwtee/javadoc/com/smartgwt/client/widgets/grid/L
istGrid.html#getCanFreezeFields%28%29

Switching type to Enhancement.

Use Feature Sponsorship to have a feature added by Isomorphic:

    http://www.smartclient.com/services/index.jsp#features

Original comment by smartgwt...@gmail.com on 18 Apr 2012 at 12:16