CustomGridEditor:ComboBox与AutoComplete加载2两多下数据后,点击下拉非常慢,有没有解决方案?
var multiColumnEditor = new CustomGridEditor(theGrid, 'ProductCode', wijmo.input.ComboBox, {
headerPath: 'MatCode',
displayMemberPath: 'MatCode',
itemsSource: ProductList,
isEditable: false,
isRequired: false
});
|
|