Unplanned
Last Updated: 29 Mar 2019 16:16 by ADMIN
Svetlin
Created on: 20 Jul 2012 01:37
Category: GridView
Type: Bug Report
10
FIX. RadGridView - when UseCompatibleTextRendering property is set to false, the data cells overlaps the row header cells when horizontal scrolling is performed.
When UseCompatibleTextRendering property is set to false, the data cells overlaps the row header cells when horizontal scrolling is performed.
Attached Files:
7 comments
ADMIN
Hristo
Posted on: 29 Mar 2019 16:16
Hello Thomas,

Setting the UseCompatibleTextRendering property to false will force GDI to paint the text. In this mode, clipping is not respected and this causes the issue with the overlapping text. We have researched the issue thoroughly, but we could not find a suitable solution to handle all possible scenarios. 

Regards,
Hristo
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Alexander
Posted on: 26 Mar 2019 12:32
Any news on this?
UseCompatibleTextRendering true is no option for us.
See my comment in https://feedback.telerik.com/winforms/1372103-fix-radlabel-blurred-text-in-disabled-state-when-the-usecompatibletextrendering-property-is-set-to-false
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 20 Feb 2018 13:11
Hello Dominik,
I confirm that the problem is reproducible with RadPropertyGrid as well. This is a common problem for the rendering mechanism. I cannot give you a temporary solution due to internal nature of the issue. I recommend you to use compatible text rendering. 
Dominik
Posted on: 30 Nov 2017 07:46
The issue is also valid for PropertyGrid
Attached Files:
Alexander
Posted on: 27 Jun 2017 08:56
I gave it a try and played a little bit with the ControlSpy. If you set the ZIndex of the PinnedColumnsContainerElement of a GridDataRowElement and the ZIndex and the BackColor of the GridRowHeaderCellElement to anything except transparent the text does not overlaps the RowHeader. Thats no pretty solution but it works.
Dominik
Posted on: 26 Jun 2017 13:46
Is there any workaround yet ?
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 02 May 2017 11:46
A new screenshot is attached. This issue is also valid for RadPageView.