Hi,
I have a win form grid, when I moves mouse over the column, the row gets highlighted. In some cases, when the display text is very long (over 400 in my case), mouse over will cause the text get jumbled up (a word in the line below gets moved up and overlaps with the line above).
Once the text gets jumbled up, move the mouse away won't correct it. If scrolling up/down causes the column to re-draw, it will display properly, but as soon as you mouse over, it gets jumbled up again.
If I re-size the column width, it re-draws and displays properly.
I believe the jumble-up happens under some specific condition: when I re-size the column to a certain position, mouse over *always* cause the text to jumble up.
Please see the attached screen shot.
I noticed that the column here has both bold and normal text inside the cell. So it looks like you must be using a style of FormattedText or a FormattedTextEditor on this column. Is that correct?
If so, I beleive this is a known bug in the FormattedTextEditor that was fixed.
What version of the controls are you using? You probably just need to get the latest service release.
How to get the latest service release - Infragistics Community
Hi Mike,
Thank you for the reply.
Yes I am using the FormattedText style on that column. The current version of the grid is: Infragistics2.Win.UltraWinGrid.v10.3
Is that the version that has the known bug?
Thanks,
Ying
The version is: 10.3.20103.2041
green_tea said:The version is: 10.3.20103.2041
That version is not the latest service release. The latest service relesse is 20103.2121. Please get the latest service release and that should correct the issue.
You're right. The latest service release resolves the problem.
Thank you very much!