Skip to content

Commit 95f8784

Browse files
chore(grid): update row template list of features it takes away from the grid
1 parent 6e50dca commit 95f8784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/templates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The contents of the row template must be `<td>` elements and their number (or to
9898

9999
You can use the `Context` attribute of the `<RowTemplate>` tag of the grid to set the name of the context variable. Its type is the model type to which the grid is bound.
100100

101-
>important Using the row template takes functionality away from the grid because it no longer controls its own rendering. For example, InCell and Inline editing could not render editors, detail templates will not be available, column resizing and reordering cannot change the data cells anymore, only the headers.
101+
>important Using the row template takes functionality away from the grid because it no longer controls its own rendering. For example, InCell and Inline editing could not render editors, detail templates will not be available, column resizing and reordering cannot change the data cells anymore, only the headers, and row selection must be implemented by the app ([example](https://feedback.telerik.com/blazor/1463819)).
102102
103103
>caption Using a row template
104104

0 commit comments

Comments
 (0)