Skip to content

Commit f480014

Browse files
committed
Sync with Kendo UI Professional
1 parent ac3da6d commit f480014

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

docs/api/javascript/ui/grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10966,7 +10966,7 @@ Specifies the distance (in pixels) the toolbar scrolls when a scroll button is c
1096610966

1096710967
### toolbar.name `String`
1096810968

10969-
The name of the toolbar command. Either a built-in ("cancel", "create", "save", "excel", "pdf") or custom. The `name` is reflected in one of the CSS classes, which is applied to the button - `k-grid-name`.
10969+
The name of the toolbar command. Either a built-in ("cancel", "create", "save", "excel", "pdf") or custom. When a custom command is added the `name` is reflected in one of the CSS classes, which is applied to the button - `k-grid-name`.
1097010970
This class can be used to obtain reference to the button after Grid initialization and attach click handlers.
1097110971

1097210972
#### Example - specify the name of the command

docs/controls/grid/grouping/group-paging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The grid data source will send the following additional parameters: `take`, `ski
6060
- If the currently expanded row does not have subgroups, only one request is sent with the `filter` parameter containing the group and subgroup value for which the items are requested.
6161
- If the currently expanded row has subgroups, an additional request is sent with the `includeSubGroupCount` parameter prompting that the response must include the total of items in the sub group
6262

63-
For more information about the response when using server grouping, check the [`schema.groups`](/api/javascript/data/datasource/configuration/schema#schemagroups) and the article for the data source grouping [here](/framework/datasource/basic-usage#server-grouping).
63+
For more information about the response when using server grouping, check the [`schema.groups`](/api/javascript/data/datasource/configuration/schema#schemagroups) and the article for the data source grouping [here](https://www.telerik.com/kendo-jquery-ui/documentation/framework/datasource/datasource-operations#server-grouping).
6464

6565
Alternatively, you can use the ASP.NET MVC or Core server-side extensions which perform all the data operations and group paging out of the box when used with the `aspnetmvc-ajax` and `webapi` transport type.
6666

@@ -78,3 +78,4 @@ The expanded state of groups is preserved during paging only, but not if sort or
7878

7979
* [JavaScript API Reference of the Grid](/api/javascript/ui/grid)
8080
* [Virtual Scrolling of the Grid]({% slug virtual_scrolling_kendoui_grid_widget %})
81+
* [Grid Group Paging of Remote Data (Demo)](https://demos.telerik.com/kendo-ui/grid/grouppaging)

src/messages/kendo.messages.zh-CN.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1647,10 +1647,6 @@
16471647
"noData": "无相关数据",
16481648
"clear": "清空"
16491649
});
1650-
kendo.ui.DropDownList.prototype.options =
1651-
$.extend(true, kendo.ui.DropDownList.prototype.options, {
1652-
"noDataTemplate": "无相关数据"
1653-
});
16541650
}
16551651

16561652
/* ComboBox messages */

0 commit comments

Comments
 (0)