issue with displaying data in grid row when data contains &

Hi,
We are experiencing a problem with displaying an ampersand in our grid row. When a cell in the xml document contains an &, for example ABC&123 it drops the &123 and only displays ABC. if there is a space inbetween it seems to work, but we can’t change the data. The interesting thing is ABC'123 works fine.

See attached example to replicate the problem.

We just upgraded to 3.0 and still have the issue. Is there another way to do this? Or is there a patch? If possible can we get the patch for both 3.0 and 2.1?

Thank you for your help.
Carmine Marino, National Education Association.
test.zip (1.57 KB)

Immense and wonderful effort by the admin i reflect you want more ideas share at the place…
And get more facts by read this site…utah pool builders

I had a simmilar problem with the <.

I got round it by having it as &lt; so the first & gets translated and we are left with <

The same works for &amp; i.e. the first & is translated and leaves a clean &

No idea why others work and Im just starting so this may not be the recommended way, but gets be past the problem.

Hope this helps

woody

Woody,

Awesome. Thanks for the work around.

Carmine