Keive
  • Keive
  • Newbie Topic Starter
2015-04-20T09:04:25Z
Hello,

I'm using iGrid.net WinForm ActiveX control in C#, on Win7.

When i use Unicode(local) font in iGrid, it does not display correctly.

Please see in attached picture.

Keive attached the following image(s):
Igor/10Tec
2015-04-24T13:26:35Z
It's hard to understand what is going wrong without a sample. Can you prepare and send us one? Do you have the same problem with other fonts that support your local characters?

In iGrid.NET, we use the classic Graphics.DrawString(text, font, brush, rectangle, stringFormat) method to output the cell text. Can you try to use it with your font/text? If youhave the same problem, then it is a bug in the .NET implementation of this routine.


P.S. iGrid.NET is a WinForms control, but not an ActiveX one. ActiveX and WinForms are two completely different things.