Populating ComboBox dynamically in dojo
问题 I am trying to populate a ComboBox dynamically in dojo. I have declared it in html and I am trying to created the Memory store in js and then setting the store attribute for the ComboBox with that value of store which I am creating in js. Here are my html and javascript files. I am calling a function in js which get a json response( item ) as its argument and in that response values are coming( ResultData1,ResultData2,ResultData3 ) I have tested that by keeping alert boxes. But when running