Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Martin Allchin on Aug 03, 2009 03:57
open dhtmlx forum
dhtmlxCombo selcting values with ampersands

Hi,

I am using a type combo box in a grid with autocompletion enabled to select values.

It fails selecting values with an amperand in the name:

A and B -- works
A & B -- fails

How can I fix please?

Thanks,

Martin
Answer posted by Alex (support) on Aug 03, 2009 06:02

Hello,

try to use & instead of &. For example:

<option value=".."><![CDATA[A &amp; B]]></option>