这么简单的问题都没人来领分 真的是   哎  自己解决了  给大家看看 $('#Country').combobox({
            filter: function (q, row) {
                var opts = $(this).combobox('options');
                return row[opts.textField].indexOf(q) == 0;
            }
        });