Skip to content

Commit ed13ca9

Browse files
NansiYanchevayordan-mitev
authored andcommitted
Update knowledge-base/grid-row-template-simulate-built-in-functions.md
Co-authored-by: Yordan <[email protected]>
1 parent b936a90 commit ed13ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledge-base/grid-row-template-simulate-built-in-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ By default, using the Row Template takes the majority of built-in functionalitie
4747

4848
The built-in editing, sorting, and filtering will work if the RowTemplate structure is similar to an actual table and only for the first Grid data model property included in the `<td>` element, if any.
4949

50-
### Command column
50+
### Command Column
5151

5252
* In the `<GridColumns>` collection add the [`<GridCommandColumn>`]({%slug components/grid/columns/command%}) and use the [built-in `Save` and `Cancel` commands]({%slug components/grid/columns/command%}#built-in-commands).
5353
* In the `<RowTemplate>` add a `<td>` element with custom [Button component]({%slug components/button/overview%}) and handle the Grid items editing and deleting programmatically. You can refer to the knowledge base article on how to [enter and exit Grid edit mode programmatically]({%slug grid-kb-add-edit-state%}).

0 commit comments

Comments
 (0)