Hi,
I'm using embedded font in my application. I set the font of grid grouping control to this font.
this.gridGroupingControl.Font = new Font("MyCustomFont", 9.0f);
It is working on windows7 but when I run the application on windowsXP the fonts in grid are default.
How to fix this?