Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
410
Entering special characters in string column
posted

Hi,

I have a bound grid. Some columns are of type string. If I enter in such a cell a special character like & " <  the Text property contains the string as displayed. However the Value property converts the special characters to &amp; &quot; and the like. Is there an easy way to omit this conversion? I want to have the value of the Value property to be the same as the entered string.

Thanks,

Bettina

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello Bettina,

    Do you have any editor set as an EditorComponent of the column? I tried this scenario and these characters show in the value as they are in the Text property. Could you please let me know of the WinGrid/Column settings or provide a sample project which reproduces this behavior, I will be happy to assist you further on that matter.

Children