Hello,
We have an issue with the TreeGrid Header.When we manually resize a column by expanding the column header, the right most column headers are disappearing on the right (see capture.JPG). This only happens when both "bodyOverflow" and "overflow" are set to be "visible".
We are using SmartClient_v82p_2012-10-09_PowerEdition and this issue can also be reproduced on SmartClient_v83p_2013-02-04_PowerEdition on IE9 and Firefox 12.
Thanks a lot for your help.
We have an issue with the TreeGrid Header.When we manually resize a column by expanding the column header, the right most column headers are disappearing on the right (see capture.JPG). This only happens when both "bodyOverflow" and "overflow" are set to be "visible".
We are using SmartClient_v82p_2012-10-09_PowerEdition and this issue can also be reproduced on SmartClient_v83p_2013-02-04_PowerEdition on IE9 and Firefox 12.
Thanks a lot for your help.
Code:
isc.TreeGrid.create({ ID:"Tree3",bodyOverflow:"visible",overflow:"visible", height: 400, width: 600, leaveScrollbarGap:false, showHeader:true, fields: [{title:"Column 1"}, {title:"Column 2"}, {title:"Column 3"}, {title:"Column 4"}, {title:"Column 5"}, {title:"Column 6", align:"center"} ] });
Comment