From 86521490eb8d2523879c0195419c620712d5024f Mon Sep 17 00:00:00 2001 From: Andrey Ovchinnikov Date: Mon, 4 Feb 2019 13:31:53 +0300 Subject: [PATCH] Update documentation for custom templates (#930) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 616d24067..47fa4797d 100644 --- a/README.md +++ b/README.md @@ -331,8 +331,7 @@ or vice versa from the widget to the bindingProperty: ### Custom Templates ### -In case you want to customize the rendering of a DevExtreme widget, we support custom templates. For instance, we can specify -the [itemTemplate](http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxList/Configuration/#itemTemplate) +In case you want to customize the rendering of a DevExtreme widget, we support custom templates. Custom templates should be placed at the root level of a DevExtreme component. For instance, we can specify the [itemTemplate](http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxList/Configuration/#itemTemplate) and [groupTemplate](http://js.devexpress.com/Documentation/ApiReference/UI_Widgets/dxList/Configuration/#groupTemplate) of the dxList widget as follows: