Skip to content

Commit 8c1838f

Browse files
Tsvetomir-Hrdimodi
authored andcommitted
Update components/filter/events.md
Co-authored-by: Dimo Dimov <[email protected]>
1 parent 806b887 commit 8c1838f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filter/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article explains the available events for the Telerik Filter for Blazor:
1717

1818
## OnUpdate
1919

20-
The `OnUpdate` event fires when the filter value changes. The component is designed for one-way binding and works directly with the reference of the bound `CompositeFilterDescriptor` value. Avoid using two-way binding, because the component updates the filter value internally. Use the `OnUpdate` event to handle any additional logic when the filter value is modified.
20+
The `OnUpdate` event fires when the user changes the Filter `Value`. The component is designed for one-way binding and works directly with the object reference of the bound `CompositeFilterDescriptor`. The component updates the `Value` internally. Use the `OnUpdate` event to handle any additional logic when the Filter `Value` is modified.
2121

2222
>caption Handle OnUpdate
2323

0 commit comments

Comments
 (0)