Hi,
Facing an issue with the ultraGrid. The text in the grid gets spread in a few rows. can anyone help me out as to which property i can set to display the text uniformly in all the rows?? i have attached the screenshot.
Regards,
Y_MB
This looks like normal GDI+ text rendering to me. Try putting a couple of label controls (Inbox labels, not UltraLabels) on your form and use the same text and I suspect you will get the same results.
If I am right, then this is just the way text in DotNet is drawn using GDI+. The good news is that the WinGrid lets you turn this off and go back to using GDI via the TextRenderingMode property. The bad news is that GDI tends to be less performant than GDI+. So depending on the size of your grid, it may cause you performance problems.
Hi Vince,
Uniform as in it should be aligned vertically.. Say the text 'Delete folder' of the first row and second row should be in a same vertical line but they are not! that is the problem i am facing. it is a winGrid.
What exactly do you mean by "uniformly" in this context? Your screenshot gives a good idea of what you're currently experiencing, but I'm not certain what behavior you're looking for.
Also, is this for WinGrid or WebGrid? This was posted in the ASP.NET Grids forum, but "UltraGrid" normally refers to our WinGrid.