如何建立自己的形状"创造" 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();