Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Dave Chang on Jun 16, 2009 14:13
open dhtmlx forum
When "A&B" is entered in grid cell, click the cell again it becomes "A&B"

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
Answer posted by dhxSupport on Jun 17, 2009 01:57
You can use "edtxt" cell type which will not convert special symbols.