Skip to content

Commit 34c67eb

Browse files
Update knowledge-base/grid-row-template-simulate-built-in-functions.md
Co-authored-by: Yordan <[email protected]>
1 parent 4ce5be4 commit 34c67eb

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
@@ -58,7 +58,7 @@ The built-in editing, sorting, and filtering will work if the RowTemplate struct
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.
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.
61-
* When you want to have a column reordering you need to manage the `left` and `right` CSS properties to the `<td>` elements in the RowTemplate.
61+
* For column reordering, manage the `left` and `right` CSS properties on the `<td>` elements within the Row Template.
6262

6363
## Example
6464

0 commit comments

Comments
 (0)