save grid data with '&'

Hi All,

There is a problem when saving grid data with ‘&’.
When I input a data like ‘ABC&DEF’ in grid, it shows as ‘ABC’
and if I input ‘ABC&DEF’, it can be showed as ‘ABC&DEF’
but it’s saving as ‘ABC&DEF’ not ‘ABC&DEF’.

is there any way to let the data be saved as ‘ABC&DEF’??

Thank you!

Please, try to use “edtxt” type of the column instead of “ed”.

Thank you very much!