i am trying to create a dataStore to populate a combobox, everything seems to work fine, but my combobox does not show up at the place where i want, actually it does not show up anywhere.
i am trying something like this.
//this is the content pane where i want the combobox
var tab = new dijit.layout.ContentPane({ title: "tab", style:"width:100%; height:500px", content: "Here goes the comobox",
i am trying something like this.