Hi Isomorphic,
I can see this is fixed using v11.1p_2018-11-09.
Best regards
Blama
Announcement
Collapse
No announcement yet.
X
-
We've made a change to address this issue. Please try the next nightly build, dated Nov 9 or above
Regards
Isomorphic Software
Leave a comment:
-
6.1p: ListGrid column resize sizes column way too big on little movement when using autoFitFieldWidths
Hi Isomorphic,
please see this modified sample (v11.1p_2018-11-01, also happening in older nightlys, tested with GC 69):
Code:isc.ListGrid.create({ ID: "grid2", autoFitWidthApproach: "both", autoFitFieldWidths: true, width: "100%", height: 500, dataSource: "worldDS", autoFetchData: true, fields: [ { name:"countryCode", title:"Code"}, { name:"member_g8", title:"G8"}, { name:"countryName", title:"Country"}, { name:"area", title:"Area (km²)" }, { name:"population", title:"Population"}, { name:"gdp", title:"GDP ($M)"} ] });
This does not happen if you first resize it to be smaller.
Best regards
Blama
Tags: None
Leave a comment: