Terry
  • Terry
  • Newbie Topic Starter
2011-03-18T10:00:18Z
Hi,

Using iGrid 4.6 when I change the font in the properties window to Arial 9 bold and edit the grid the text isn't visible. Changing back to MS Sans Serif shows the edited text.

This can be demonstrated using your frmFrozenColsTester demo code by just changing Font property.

Windows 7
Full OCX Version 4.60.0.135

Terry
Igor/10Tec
2011-03-18T17:04:06Z
A quick solution for your problem is to increase the row height a little bit so an entire char of the used font will be visible. You can do that before you populate your grid with the DefaultRowHeight property.

***

The nature of this problem is in the new cell text editor reimplemented from scratch in iGrid 4.0 and based totally on WinAPI. We did that as we needed full Unicode editing support in our grid. In any case, we will work on the problem, and if we found a workaround, we'll implement it in the future builds of the control.