Skip to content

Commit 2740ac2

Browse files
Update knowledge-base/grid-row-template-simulate-built-in-functions.md
Co-authored-by: Yordan <[email protected]>
1 parent 97c5c11 commit 2740ac2

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
@@ -55,7 +55,7 @@ The built-in editing, sorting, and filtering will work if the RowTemplate struct
5555

5656
### Column Resizing, Auto-Fitting, Visibility, Locking, Reordering
5757

58-
* 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.
58+
* Column resizing and auto-fitting will work if the Row Template structure resembles an actual table row, with a corresponding number of cells matching the Grid columns.
5959
* The column visibility depends if you include a `<td>` element for the column in the Row Template.
6060
* To implement column locking, add the `k-grid-content-sticky` class to the `<td>` element of the columns that you want locked, and calculate and set the correct `left` and `right` CSS properties, as the content inside the template can be any valid HTML.
6161
* For column reordering, manage the `left` and `right` CSS properties on the `<td>` elements within the Row Template.

0 commit comments

Comments
 (0)