Каковы другие решения этой проблемы?
Как я могу импортировать файл excel в сетку kendo? или какие - то решения?
Что я уже пробовал:
это моя примерная сетка
$scope.sampleDataGridOptions = { groupable: false, filterable: false, scrollable: true, sortable: { mode: "multiple", allowUnsort: true}, resizable: false, pageable:{ pageSizes: [10, 20, 30, 50, 80, 100], }, selectable: false, reorderable: false, columnMenu: false, noRecords: true, mobile: true, sortable: false, height: 900, //toolbar: ["create"], //toolbar:["import"], editable:"popup", columns: [ { command: { name: "edit" }, title: "Edit Data", width: 80, height: 10 }, { title: "ID Customer", field: "IDCustomer", width: 120, attributes: { style: "text-align:center;" }, headerAttributes: { style: "text-align: center" } }, { title: "Reg Num", field: "strFSRegNum", width: 120, attributes: { style: "text-align:center;" }, headerAttributes: { style: "text-align: center" } }, { title: "Reg Pin ", field: "strFSRegPIN", width: 200, attributes: { style: "text-align:left;" }, headerAttributes: { style: "text-align: center" } }, { title: "Date Registered", field: "DateRegistered", width: 110, attributes: { style: "text-align:left;" }, headerAttributes: { style: "text-align: center" } }, { title: "Date Expiry", field: "DateExpiry", width: 100, attributes: { style: "text-align:left;" }, headerAttributes: { style: "text-align: center" } }, ], dataSource: [] };<pre lang="Javascript">
Richard MacCutchan
И что же? В чем же вопрос?