Skip to content

Commit 2552932

Browse files
dimodidimodi
authored andcommitted
Fix letter casing
1 parent 1612ff3 commit 2552932

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

components/grid/templates/editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ Also check the [Grid Foreign Key Column](slug:grids-foreign-key) knowledge base
421421
422422
![Editor Template for a foreign key](images/edit-template-foreign-key.png)
423423

424-
## In-cell Editor Templates
424+
## In-Cell Editor Templates
425425

426426
The incell editor template requires a focusable element to maintain the tab order when using the keyboard. If you prevent editing based on a runtime condition, you must provide some focusable element. (Setting `Editable=false` for the entire column does not require a focusable element.) Here is one way to add a focusable non-editable element:
427427

components/treelist/editing/incell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ published: True
88
position: 4
99
---
1010

11-
# TreeList InCell Editing
11+
# TreeList In-Cell Editing
1212

1313
In-cell editing allows users to click TreeList data cells and type new values like in Excel. There is no need for command buttons to enter and exit edit mode. Users can quickly move between the editable cells and rows by using keyboard navigation.
1414

components/treelist/editing/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ In the `OnCreate`, `OnDelete`, and `OnUpdate` event handler, the application mus
176176
* Make a read request to the database. Retrieve the latest data and set it as the new value of the TreeList `Data` parameter. The TreeList will rebind automatically. The following examples demonstrate this approach:
177177
* [Inline TreeList Editing](slug:treelist-editing-inline#example)
178178
* [Popup TreeList Editing](slug:treelist-editing-popup#example)
179-
* [In-cell TreeList Editing](slug:treelist-editing-incell#example)
179+
* [In-Cell TreeList Editing](slug:treelist-editing-incell#example)
180180
* [Use the event arguments to update the local item collection in the `Data` parameter manually](slug:grid-kb-load-cached-data-after-crud-operations#data-parameter).
181181

182182
## Integration with Other Features
@@ -193,7 +193,7 @@ See TreeList CRUD operations in action at:
193193

194194
* [TreeList Inline Editing](slug:treelist-editing-inline#example)
195195
* [TreeList Popup Editing](slug:treelist-editing-popup#example)
196-
* [TreeList In-cell Editing](slug:treelist-editing-incell#example)
196+
* [TreeList In-Cell Editing](slug:treelist-editing-incell#example)
197197
* [Online TreeList Demos](https://demos.telerik.com/blazor-ui/treelist/editing-inline)
198198

199199
## See Also

0 commit comments

Comments
 (0)