Skip to content

Commit b87d49a

Browse files
994112: Updated the UG content and samples for Blazor DataManger Component
1 parent 497a9d4 commit b87d49a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

blazor/data/custom-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The [DataManagerRequest](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor
9595
> * **Aggregate** (optional) – Aggregate values when aggregation is applied.
9696

9797
> * When `RequiresCounts` is **false**, return only the processed collection.
98-
> * If the `Read` or `ReadAsync` method is not overridden in a custom adaptor, the default read handler processes the reques
98+
> * If the `Read` or `ReadAsync` method is not overridden in a custom adaptor, the default read handler processes the request.
9999

100100
## Perform CRUD Operations
101101

blazor/data/how-to/offline-mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To enable offline mode, set the [Offline](https://help.syncfusion.com/cr/blazor/
2020
Enabling the `Offline` property modifies the behavior of the `DataManager` component in the following ways:
2121

2222
- **Single data load** – Retrieves the complete collection during initialization without additional server requests.
23-
- **Client-side processing** – Executes **filtering**, **sorting**, **paging**, and gro**uping operations in the browser.
23+
- **Client-side processing** – Executes **filtering**, **sorting**, **paging**, and **grouping** operations in the browser.
2424
- **Improved performance** – Minimizes **network traffic** and enhances responsiveness.
2525
- **Offline functionality** – Maintains query operations even when network connectivity is unavailable.
2626
- **Adaptor compatibility** – Supports **OData**, **Web API**, and **URL adaptors** without requiring extra configuration.

0 commit comments

Comments
 (0)