Skip to content

Commit 819777c

Browse files
docs(timeline): Update article intro
1 parent 2595757 commit 819777c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

controls/timeline/data-binding/client-side.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ position: 1
1212

1313
**RadTimeline** can be bound to a **web service** through its inner `WebServiceSettings` tag or through a [RadClientDataSource]({%slug clientdatasource/overview%}). Since the control is a wrapper over the Kendo UI for jQuery widget, it always operates on the client and binds to data with JavaScript.
1414

15-
There are three ways to bind to data on the client:
16-
- [WebServiceSettings](#webservicesettings)
17-
- [RadClientDataSource](#radclientdatasource)
15+
There are two ways to bind to data on the client:
16+
* [WebServiceSettings](#webservicesettings)
17+
* [RadClientDataSource](#radclientdatasource)
1818

1919
>note The event items bound to **RadTimeline** via client datasource are shown in descending order by default. If you need to change the order of the bound event items (sorting the dates chonologically), you can call the `ClientDataSource` / `WebServiceClientDataSource` sort() method.
2020

0 commit comments

Comments
 (0)