Floating Panel + Dojo + combobox = Format Specified Invalid error

442
1
04-26-2010 11:56 AM
PaigeBaldassaro
New Contributor
I have a floating panel with the following 2 divs
<div dojoType="dojo.data.ItemFileReadStore" url="ZoomTo/data/states_web_merc_withcenter.json" jsId="stateStore" ></div>
   
<div dojoType="dijit.form.ComboBox" store="stateStore" searchAttr="name" id="GoToLocationFloatingPanel_stateInput"  onclick="changeZIndex();"></div>

When I select the drop down, I see the list of states. If I select a state, I get the following error:
Sys.FormatException: Format specifier was invalid.

and sometimes nothing appears in the text box, sometimes NaN appears.

Any thoughts?
Paige
0 Kudos
1 Reply
SmaranHarihar
New Contributor III
Any luck with the answer to your question?
0 Kudos