Skip to content

Commit a10fb42

Browse files
authored
docs(dialog): enhance refresh method description (#1458)
* docs(dialog): enahnce refresh method description
1 parent 212152c commit a10fb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dialog/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ The Dialog methods are accessible through its reference.
9191

9292
| Method | Description |
9393
| --- | --- |
94-
| `Refresh` | Redraws the component. |
94+
| `Refresh` | Re-renders the Dialog. <br /> The Dialog is rendered as a child of the `TelerikRootComponent`, instead of where it is declared. As a result, it doesn't automatically refresh when its content is updated. In such cases, the `Refresh` method comes in handy to ensure that the Dialog content is up-to-date. |
9595

9696
>caption Get a reference to the Dialog and use its methods.
9797

0 commit comments

Comments
 (0)