Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
165
Ultragrid character spacing bug
posted

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:

Parents Reply Children