Hello,
We are using the Ultra Grid (version 10.2) in our current project and we are getting visual inconsistencies.
To reproduce the visual bug:
Add a UltraGrid to the form and paste this line in the form initialization:
ultraGrid1.DataSource = new List<string> { "rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr",
"this test will not make the visual glitch" };
You should see in the first row a change in the character spacing after around 33 characters.
See image below:
Hi,
I tried your sample and I get the same results. This appears to be a bug in the version of NetAdvantage you are using.
That version (v7.1) is 4 years old, so it is not being updated any more.
I tried updating your sample to v8.1, which is the oldest version I happen to have on my machine, and it works fine. I also tried it in the latest version (v10.2) and it also works fine there.
So this is a really old bug that was fixed years ago and you will need to upgrade to a new version to fix it.
I have created a sample project to demonstrate the behaviour of tool tip getting shaded when text rendering mode is GDI for UltraGrid.
Please find the sample project from the below link
http://173.226.0.252/IG_Sample/UltragridSample.zip
Please check it and suggest a fix on it.
It looks to me like the images you posted here are reversed. Your first point seems to be talking about the second image.
santoshmk said:1) If the grid has groups (i.e., grids with Parent, child nodes), then child element and parent element are at same level. Generally, the child elements are slightly indented inside parent element before this change (See below screen. Left side is ultragrid with GDIplus, Right side is with GDI)
I've never seen this happen, but this looks to me like it might just be an optical illusion. I notice that the text appears slightly mis-aligned when it's on a dark gray background.
I'm also guessing that you may be using an anti-aliasing font here like SegoeUI.
santoshmk said:2) The header text in my grid is bold. So, the tool tip of the grid header coming bold and looks like it is shaded out. This behaviour is not seen when rendering mode is GDIPlus (See below screen. Left side is ultragrid with GDIplus, Right side is with GDI)
This is clearly a bug in the tooltip. I recommend getting the latest service release and if that does not help, post a small sample project demonstrating this behavior so we can check it out.
How to get the latest service release - Infragistics Community
I had this issue in UltraGrid
Now, the issue is fixed with the property you suggest and the font is consistent all through the grid. But, after this change, it had impacted few places as below
1) If the grid has groups (i.e., grids with Parent, child nodes), then child element and parent element are at same level. Generally, the child elements are slightly indented inside parent element before this change (See below screen. Left side is ultragrid with GDIplus, Right side is with GDI)
2) The header text in my grid is bold. So, the tool tip of the grid header coming bold and looks like it is shaded out. This behaviour is not seen when rendering mode is GDIPlus (See below screen. Left side is ultragrid with GDIplus, Right side is with GDI)
The above two behaviours are not seen if I have textrenderingmode = GDIPlus. This happens only if my grid text rendering mode is GDI.
Please suggest me a solution so that the font can be consistent and it will not have the above impacts.
If you need any other assistance do not hesitate to ask.