I am seeing rendering problems in IE11 with ListGrids and Select items. I am using SmartClient_v100p_2015-07-08_LGPL.
The problem occurs when scrollbars are required to go through the items. To see if it is a basic cause, I took the sample ListGrid from the SmartClient Demo and doubled the number of data entries. The attachment shows how it was rendered.
Chrome renders the Grid perfectly. In IE 11, if I add to the <HEAD> the directive
<meta http-equiv="X-UA-Compatible" content="IE=8">
to make it act like IE8, it renders fine as well.
Any ideas of the cause?
The problem occurs when scrollbars are required to go through the items. To see if it is a basic cause, I took the sample ListGrid from the SmartClient Demo and doubled the number of data entries. The attachment shows how it was rendered.
Chrome renders the Grid perfectly. In IE 11, if I add to the <HEAD> the directive
<meta http-equiv="X-UA-Compatible" content="IE=8">
to make it act like IE8, it renders fine as well.
Any ideas of the cause?