I have a form with 18 combobox..all of them populated by json (remote data)..
when the page rendered, sometimes combobox fail to fetch the json and make the combobox appear as empty..
and i have to reload the form again and again until the form combobox rendered properly..
why this is happened..??

is there any solution just like if the json fail to load data then make it reload..or what?
- i ran the webapp locally
- the json links were fine but all the data are heavily parsed (about 50+ items)..
- the combobox were unique each other ..
- the form was very lightweight..
- jEasyui 1.4
thanks in advance