I have data that has ampersands in some of the fields. For example, the data contains information about jobs and the job family field for some records contain "R&D" to stand for research and development. Whenever any data in the record (not just this field) gets changed, the value in the field with the ampersand gets changed to "R&D" Is there any way to prevent this?
Hello Peggy,
Use the HtmlEncode property of the grid columns to determine this issue.
Follow this post for more details around it:
http://community.infragistics.com/forums/t/53415.aspx
I hope this helps.
For any further assistance with this matter do not hesitate to contact me.
Sincerely,
Georgi Sashev
Developer Support Engineer
Infragistics, Inc.
http://ko.infragistics.com/support
Thank you! I figured it was a property setting. It works perfectly now.