diff --git a/ej2-react/gantt/data-binding.md b/ej2-react/gantt/data-binding.md index f7d846960..be72b5a74 100644 --- a/ej2-react/gantt/data-binding.md +++ b/ej2-react/gantt/data-binding.md @@ -1,14 +1,14 @@ --- layout: post -title: Data binding in React Gantt component | Syncfusion -description: Learn here all about Data binding in Syncfusion React Gantt component of Syncfusion Essential JS 2 and more. +title: Data binding in React Gantt Component | Syncfusion +description: Learn here all about Data binding in React Gantt component of Syncfusion Essential JS 2,its elements, and more. control: Data binding platform: ej2-react documentation: ug domainurl: ##DomainURL## --- -# Data binding in React Gantt component +# Data binding in React Gantt Component The Gantt component uses `DataManager` for binding the data source, which supports both RESTful JSON data services and local JavaScript object array. The [`dataSource`](https://ej2.syncfusion.com/react/documentation/api/gantt/#datasource) property can be assigned either with the instance of DataManager or JavaScript object array collection. The Gantt component supports binding two types of data: * Local data diff --git a/ej2-react/gantt/rows.md b/ej2-react/gantt/rows.md index 6c0c57eea..a637efbf2 100644 --- a/ej2-react/gantt/rows.md +++ b/ej2-react/gantt/rows.md @@ -1,14 +1,14 @@ --- layout: post -title: Rows in React Gantt component | Syncfusion -description: Learn here all about Rows in Syncfusion React Gantt component of Syncfusion Essential JS 2 and more. +title: Rows in React Gantt Component | Syncfusion +description: Learn here all about Rows in React Gantt component of Syncfusion Essential JS2, its elements, and more. control: Rows platform: ej2-react documentation: ug domainurl: ##DomainURL## --- -# Rows in React Gantt component +# Rows in React Gantt Component Row represents a task information from the data source, and it is possible to perform the following actions in Gantt rows. diff --git a/ej2-react/schedule/how-to/set-different-event-time-duration.md b/ej2-react/schedule/how-to/set-different-event-time-duration.md index 837ebc250..b11bbd83d 100644 --- a/ej2-react/schedule/how-to/set-different-event-time-duration.md +++ b/ej2-react/schedule/how-to/set-different-event-time-duration.md @@ -1,7 +1,7 @@ --- layout: post -title: Set different event time duration in React Schedule component | Syncfusion -description: Learn here all about Set different event time duration in Syncfusion React Schedule component of Syncfusion Essential JS 2 and more. +title: Set Time duration | React Schedule Component | Syncfusion +description: Learn here all about data binding support in React Schedule component of Syncfusion Essential JS2, its elements, and more. control: Set different event time duration platform: ej2-react documentation: ug @@ -10,7 +10,7 @@ domainurl: ##DomainURL## # Set different event time duration in React Schedule component -In event window, start/end time duration will be processed based on the `interval` value within the `timeScale` property. By default, `interval` value is 30, therefore in event window start/end time duration will be in 30 mins duration. You can set custom interval range to the start/end time in event window using `popupOpen` event as shown below. +In event window, start/end time duration will be processed based on the `interval` value within the `timeScale` property. By default, `interval` value is 30 minutes, therefore in event window start/end time duration will be in 30 mins duration. You can set custom interval range to the start/end time in event window using `popupOpen` event as shown below. {% tabs %} {% highlight js tabtitle="index.jsx" %}