Skip to content

Commit a0e0a9b

Browse files
docs(grid): some row template limitations/requirements
1 parent d9504c3 commit a0e0a9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/grid/templates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@ The contents of the row template must be `<td>` elements and their number (or to
9696

9797
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.
9898

99+
>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 sorting and reordering cannot change the data itself, only the headers.
100+
99101
>caption Using a row template
100102
101103
````CSHTML

0 commit comments

Comments
 (0)