Skip to content

Commit eb3d4ef

Browse files
chore(grid): typo (#149)
1 parent acbb1b5 commit eb3d4ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grid/datasourcerequest-on-server/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use Telerik DataSourceRequest and DataSourceResult on the server
22

3-
These sample projects showcase how you can send (serialize) the Telerik component state (such as the grid's `DataSourceRequet` object from the `OnRead` event) to the server, so you can retrieve and shape the data easily.
3+
These sample projects showcase how you can send (serialize) the Telerik component state (such as the grid's `DataSourceRequest` object from the `OnRead` event) to the server, so you can retrieve and shape the data easily.
44

55
> The serialization for an HTTP request (needed for a WebAssembly project) is available as of the `2.11.0` release. The native Blazor `System.Text.Json` serializer is supported.
66
@@ -13,4 +13,4 @@ Review the individual projects, the comments in the code and their own readme fi
1313

1414
> The application must make sure that serialization and deserialization of the information work properly on both the Blazor app and the server endpoint (all the data is present, correct, strongly typed, and there are no errors), as this is not something the Telerik components can influence.
1515
16-
These samples include grouping, which alters the Data collection of the grid. Comments in the code showcase where the difference is so if you don't use grouping you may be able to go with slightly simpler controller code and grid binding.
16+
These samples include grouping, which alters the Data collection of the grid. Comments in the code showcase where the difference is so if you don't use grouping you may be able to go with slightly simpler controller code and grid binding.

0 commit comments

Comments
 (0)