I have noticed in IE7 that in ListGrid my data is displayed with the cleartype functionality disabled. I have tracked this down to the fact that Microsoft intentionally disables cleartype when one of their DXImageTransform filters is used. I noticed ListGrid is using the DXImageTransform.Microsoft.Iris filter. Is this filter necessary if I am not using any type of special effects for my grid? Can I disable that so that my data will be displayed using cleartype?
I know this is not recommended, but simply as a test I have modified a backup copy of the ISC_core.js file to not use the filter, and that enables the truetype in IE7. Obviously I don't want to be modifying SmartClient files for production use, just did that as a test.
Thanks,
Jeff
I know this is not recommended, but simply as a test I have modified a backup copy of the ISC_core.js file to not use the filter, and that enables the truetype in IE7. Obviously I don't want to be modifying SmartClient files for production use, just did that as a test.
Thanks,
Jeff
Comment