Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    (Auto Fit All Columns) of ListGrid's Context Menu stretches the Row number.

    Hi,

    I'm not sure whether this should be the expected behaviour or is a bug.
    When the Row Number column is set to be shown, selection of (Auto Fit All Columns) from context menu stretches the column
    to the end of the ListGrid. I though there is an issue in our app but the Show case has (Grids --> Appearance --> Row Numbering)
    the same problem.

    Code:
    [LIST][*]final ListGrid countryGrid = new ListGrid();  
    	countryGrid.setWidth(500);  
    	countryGrid.setHeight(224);  
    	countryGrid.setShowAllRecords(true);  
    	[B]countryGrid.setShowRowNumbers(true);[/B][/LIST]
    Click image for larger version

Name:	Rown_number_app.jpg
Views:	189
Size:	36.1 KB
ID:	239011

    Click image for larger version

Name:	Rown_number_showCase.jpg
Views:	200
Size:	25.9 KB
ID:	239009
    If you change the width of a column before applying the Auto fit it behaves normal.

    Has someone had the same issue ever?
    Is there any work around?

    Thanks....



    Attached Files

    #2
    We've made a change to address this issue. Please try the next nightly build, dated July 7.

    Regards
    Isomorphic Software

    Comment

    Working...
    X