UltraWinGrid Drops Space in HTML Encoded Cell Text
New DiscussionWe are using an UltraGrid with multiple columns to display some HTML encoded text. We create UltraGridRows that contain text and image (icon) data. In one particular case, one of our clients is seeing a space character disappear from the following text:
<font><b>CYANOCOBALAMIN&edsp;oral</b></font> – &edsp;give&edsp;100&edsp;MCG,&edsp;25-Jan-2017<br/><img data=”…” Align =\”bottom\” />
As you can see, we’re using &edsp; to encode the space characters. I have also removed the image data from the text for brevity. The spaces work fine for all other instances, but the space between “CYANOCOBALAMIN” and “oral”, near the start of the HTML text, is not displayed. So, the text we see on the screen is “CYANOCOBALAMINoral”. All the other spaces in the above text are displayed correctly. Could this be some region/language setting? We cannot reproduce this in our own environment.