I wanna draw a form with three combo boxes.
These three combo boxes use one ajax store
So I create a single store, and was connected with the combo boxes.
And combo boxes request ajax call for indicating data (so three times calling)
Is there any way that you can perform only once?