Skip to content

Commit ba9e11c

Browse files
docs(treeview): templates and dom events
1 parent 047ddcd commit ba9e11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/treeview/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The template receives the model to which the item is bound as its `context`. You
1818

1919
You can also define different templates for the different levels in each `TelerikTreeViewBinding` tag.
2020

21-
You can use the template to render arbitrary content according to your application's data and logic. You can use components in it and thus provide rich content instead of plain text.
21+
You can use the template to render arbitrary content according to your application's data and logic. You can use components in it and thus provide rich content instead of plain text. You can also use it to add DOM event handlers like click, doubleclick, mouseover if you need to respond to them.
2222

2323
>caption Use templates to implement navigation between views without the usage of the UrlField feature
2424

0 commit comments

Comments
 (0)