UseGDI flag breaks special characters

Hi, I''ve found that if I turn on the UseGDI flag any cells which contain special characters (like \t) display a square rather than handling the character. Is there any way of correctly displaying tab (and other special) characters with the UseGDI flag turned on? I''m using 4.1.0.50. Thanks Sue

1 Reply

AD Administrator Syncfusion Team May 16, 2006 10:19 AM UTC

Hi Sue, I am not sure how to display the white space character efficiently along with the UseGDI flag on. But you can try replacing the tab character with ordinary spaces in the GridGDIPaint DrawText method. Here is a sample. Regards, Calvin.

GDIFont.zip

Loader.
Up arrow icon