You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/filter/events.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,12 +12,52 @@ position: 11
12
12
13
13
This article explains the available events for the Telerik Filter for Blazor:
14
14
15
+
*[OnUpdate](#onupdate)
15
16
*[ValueChanged](#valuechanged)
16
17
18
+
## OnUpdate
19
+
20
+
The `OnUpdate` event fires when the filter value changes. The component works directly with the bound `CompositeFilterDescriptor` value and automatically updates it when it is used with one-way binding.
0 commit comments