Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Frank on Jan 22, 2009 22:01
open dhtmlx forum
Combox in grid, if the data text is space, it shows the value

I have a combox_simple column in my grid. The datasource of the combox contains on option, the value is -1, and the text is " ", a

space. But when I choose the space option, it shows '-1' to me... why? how can I fix this problem?
Answer posted by Support on Jan 23, 2009 02:09

Which column type do you use: co, coro or combo ?

 

Answer posted by Frank on Jan 23, 2009 03:04
I use co , thanks
Answer posted by Support on Jan 23, 2009 03:10

You can try to use   instead of the white space in the xml.

For example:

 ...
  <option value="-1">&#x00A0;</option>
 ...