Hi,
For “ed” type grid cell. when user enters an ampersand in the string, say “A&B”. Then, she clicks the cell again. It shows “A&B”. This kind of html encoding is misleading. She may think that it was saved in database as “A&B”, which is not true. Is there a way to show the cell as it is without encoding?
You can see this phenomenon on the current DHTML sample website.
Thanks.
-Dave
You can use “edtxt” cell type which will not convert special symbols.