Skip to content

Commit b101752

Browse files
Update knowledge-base/grid-row-template-simulate-built-in-functions.md
Co-authored-by: Iva Stefanova Koevska-Atanasova <[email protected]>
1 parent 31efc1a commit b101752

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
@@ -53,7 +53,7 @@ The built-in editing, sorting, and filtering will work if the RowTemplate struct
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%}).
5454
* Set the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Event/stopPropagation" target="_blank">`stopPropagation` method</a> of the <a href="https://www.w3schools.com/jsref/event_onclick.asp" target="_blank">`onclick` event</a> to the `<td>` element to prevent row selection when clicking a command button.
5555

56-
### Column Resizing, Auto-fitting, Visibility, Locking, Reordering
56+
### Column Resizing, Auto-Fitting, Visibility, Locking, Reordering
5757

5858
* The column resizing and auto-fitting may work as usual, if the RowTemplate structure is similar to an actual table row with coresponding number of cells to the number of Grid columns.
5959
* The column visibility depends if you include a `<td>` element for the column in the Row Template.

0 commit comments

Comments
 (0)