SmartClient Version: v11.1p_2017-08-01/LGPL Development Only (built 2017-08-01)
Browser Version: Google Chrome Version 49.0.2623.112 m
When I set the clipHeaderTitles attribute to false on a ListGrid, the titles are still being clipped. My test case is:
isc.ListGrid.create({
clipHeaderTitles: false,
width: 100,
fields: [{
title: "Long Field Title"
}]
});
How can I disable the default title clipping behavior?
Browser Version: Google Chrome Version 49.0.2623.112 m
When I set the clipHeaderTitles attribute to false on a ListGrid, the titles are still being clipped. My test case is:
isc.ListGrid.create({
clipHeaderTitles: false,
width: 100,
fields: [{
title: "Long Field Title"
}]
});
How can I disable the default title clipping behavior?
Comment