easyui combobox setValue方法不能触发onSelect事件
//setValue方法不能触发onSelect事件
//$("#FundingSource").combobox("setValue", data.FundingSource);
if (data.FundingSource) {
$("#FundingSource").combobox("select", data.FundingSource);
}