【发布时间】:2015-12-01 08:02:48
【问题描述】:
我想更改 Kendo Grid 工具栏上“导出到 Excel”按钮的标题,但尽管我尝试了许多不同的建议,但仍然无法更新。怎么改?
<script>
var grid = $("#grid").kendoGrid({
toolbar: ["excel"],
excel: {
text: "Test 1", //did not make any sense
title: "Test 2", //did not make any sense
fileName: "Export.xlsx",
filterable: true
},
//code omitted for brevity
}).data("kendoGrid");
</script>
【问题讨论】:
标签: javascript asp.net-mvc kendo-ui kendo-grid kendo-asp.net-mvc