Skip to content

Commit 6c3d4cb

Browse files
author
User Jenkins
committed
Sync with Kendo UI Professional
1 parent 76cd16a commit 6c3d4cb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

docs/api/javascript/data/datasource.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@ The array of data items which the data source contains. The data source will wra
202202

203203
Can be set to a string value if the [`schema.type`](/api/javascript/data/datasource#configuration-schema.type) option is set to `"xml"`.
204204

205+
> A field in the DataSource cannot be named "data". The latter should be considered a limitation.
206+
205207
#### Example - set the data items of a data source
206208

207209
<script>

docs/api/javascript/ui/filemanager.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,13 +1125,14 @@ The name of the view.
11251125

11261126
Navigates to the specified path.
11271127

1128+
> Note: If you wish to use the method to navigate to a child folder, you will need to navigate to its parent folder first.
1129+
11281130
#### Parameters
11291131

11301132
##### path `String`
11311133

11321134
The path to navigate.
11331135

1134-
> Note: If you wish to use the method to navigate to a child folder, you will need to navigate to its parent folder first.
11351136
#### Example
11361137

11371138
<div id="fileManager"></div>

docs/framework/datasource/basic-usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The `localDataSource` variable in the example is a DataSource that is initialize
3131

3232
When the DataSource is bound to a Kendo UI widget or chart, the explicit invocation may not be necessary. The default configuration of the widgets is set to automatically bind to an associated DataSource. However, this may be overridden, i.e. `autoBind`.
3333

34+
> A field in the DataSource cannot be named "data". The latter should be considered a limitation.
35+
3436
## Creating Remote Data Sources
3537

3638
The process of creating a DataSource for remote data differs in several ways from creating a DataSource for a local data:

0 commit comments

Comments
 (0)