Skip to content

Commit 5027cf3

Browse files
committed
Sync with Kendo UI Professional
1 parent 1de7851 commit 5027cf3

File tree

7 files changed

+442
-37
lines changed

7 files changed

+442
-37
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

-35
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

-1
This file was deleted.
File renamed without changes.

docs/api/javascript/ui/grid.md

+2
Original file line numberDiff line numberDiff line change
@@ -8073,6 +8073,8 @@ If set to `true` and the grid is viewed on mobile browser it will use adaptive r
80738073

80748074
Can be set to a string `phone` which will force the widget to use adaptive rendering regardless of browser type.
80758075

8076+
> Avoid using the `mobile` option as it will be deprecated. Use the [`adaptiveMode`](/api/javascript/ui/grid/configuration/adaptivemode) configuration option instead.
8077+
80768078
> Important: With the mobile rendering, we recommend to set up the `height` option as well. Without setting an explicit height, every view of the grid might have a different height.
80778079
80788080
#### Example - enable adaptive rendering auto detect

0 commit comments

Comments
 (0)