Skip to content

Commit fed7a15

Browse files
chore(grid): typo
1 parent 5ad4d07 commit fed7a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/grid/manual-operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Using Telerik DataSource extension methods to manipulate all the data into paged
231231

232232
When the grid needs to be grouped, the shape of the data changes - it is no longer a flat list of models, but a nested list of collections that describe each group and have the group data. At the same time, the grid is designed for a data source that is a collection of models, and the source of this collection is up to the application.
233233

234-
When you let the grid handle the operations internally, it hides that complexity from you, but when you perform the operations youerself, this data structure cannot be expressed with the typical `IEnumerable<TItem>` data source for the grid.
234+
When you let the grid handle the operations internally, it hides that complexity from you, but when you perform the operations yourself, this data structure cannot be expressed with the typical `IEnumerable<TItem>` data source for the grid.
235235

236236
Thus, to use the `OnRead` event with grouping, you must:
237237

0 commit comments

Comments
 (0)