I have a grid, where I use a combo box as a cell editor. I populate this combo box, by sending an AJAX request to the server on keyup listener. On keyup if the length of the value typed in the combo box is 3, im sending an AJAX request. But the problem is, if the user types in the value fast, this keyup event fails to send an AJAX request. I am using Ext 3.1 version.
var cityStore = new Ext.data.JsonStore({
fields: ['value']