PDA

View Full Version : Empty item in combobox list not shown correctly



pepgrifell
27 Mar 2009, 12:36 AM
Hi,

I have a combobox that I fill with objects KeyValue. i want the first item to be a empty object (key="empty" an value=" "). When I select dropdown list in combobox, the first item is empty but is very thin, so it seems that the first item is the second one (with text). I tried to change value=" " for value=" ", and then in the drop down list the first item appears correctly, but when I click this item, in the combobox field it appears the text " " ...

Has anyone solved this issue ?

Thanks !!