如何创建形状Kendo Grid(工具栏创建)

时间:2015-07-20 09:20:17

标签: javascript jquery kendo-ui kendo-grid

如何建立自己的形状"创造" editing_popup?添加字段上传文件。

qwe.floorPlanGrid = $("#divCreateFloorPlanWindowGrid").kendoGrid({
        pageable: true,
        height: 550,
        toolbar: ["create"],
        columns: [
            { field: "NAMEKZ", title: "Қазақша аталуы" },
            { field: "NAMERU", title: "Наименование на русском", format: "{0:c}", width: "120px" },
            { field: "STOREDFILENAME_INFO", title: "Имя схемы", width: "120px" },
            { command: ["edit", "destroy"], title: " ", width: "250px" }],
        editable: "popup"
    }).getKendoGrid();

0 个答案:

没有答案