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.
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....
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]
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....
Comment