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/listview/refresh-data.md
+52-44Lines changed: 52 additions & 44 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,75 +20,83 @@ In this article:
20
20
21
21
## Rebind Method
22
22
23
-
To refresh the ComboBox data when using [`OnRead`]({%slug autocomplete-events%}#onread), call the `Rebind` method of the TelerikAutoComplete reference. This will fire the `OnRead` event and execute the business logic in the handler.
23
+
To refresh the `ListView` data when using [`OnRead`]({%slug listview-manual-operations%}), call the `Rebind` method of the `TelerikListView` reference. This will fire the `OnRead` event and execute the business logic in the handler.
24
24
25
25
````CSHTML
26
26
@* Clicking on the Rebind button will delete the first item from the ListView and refresh the data *@
27
27
28
28
@using Telerik.DataSource.Extensions
29
29
30
30
<div class="example-box">
31
-
<h3>Pressing rebind will remove the first item from the combobox and rebind it.</h3>
0 commit comments