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: aspnet-core/DataManager/Query.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
layout: post
3
3
title: Query | DataManager | ASP.NET Core | Syncfusion
4
-
description: query
4
+
description: Learn here about query support in Syncfusion ASP.NET Core DataManager Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: DataManager
7
7
documentation: ug
8
8
keywords: select, clone, expand, from
9
9
---
10
10
11
-
# Query
11
+
# Query in ASP.NET Core DataManager
12
12
13
13
**DataManager** provides support for multiple queries in order to perform various operations like filtering, sorting, cloning, expanding, searching, grouping etc., in the data source. Here, you can learn the query options in detail.
14
14
@@ -55,7 +55,7 @@ The `select` query of the data manager is used to select only some particular fi
55
55
56
56
Result of the above code example is illustrated as follows.
Copy file name to clipboardExpand all lines: aspnet-core/DataManager/corsdatafetching.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,22 @@
1
1
---
2
2
layout: post
3
3
title: CORS Data Fetching | DataManager | ASP.NET Core | Syncfusion
4
-
description: CORS Data Fetching
4
+
description: Learn here about CORS Data Fetching in Syncfusion ASP.NET Core DataManager Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: DataManager
7
7
documentation: ug
8
8
keywords: CORS Data Fetching, SAME-ORIGIN POLICY, Access-Control-Allow-Origin, Access-Control-Request-Method, Access-Control-Request-Headers
9
9
10
10
---
11
-
# CORS Data Fetching
11
+
# CORS Data Fetching in ASP.NET Core DataManager
12
12
13
13
The Cross-Origin Resource Sharing (CORS) mechanism enable secure cross-domain data transfers.
14
14
15
15
## SAME-ORIGIN POLICY
16
16
17
17
This policy defined the rule for, “how a web page can be accessed by an external resource”. Browsers wont permits a request to access the resources who origin is differ than the current page. To overcome the restriction of same-origin policy, we can use a technique called Cross-origin resource sharing
18
18
19
-

19
+

Copy file name to clipboardExpand all lines: aspnet-core/Gantt/Resource-Allocation-View.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
---
2
2
layout: post
3
-
title: Resource Allocation View
4
-
description: resource allocation view
3
+
title: Resource Allocation View in ASP.NET Core Gantt Control | Syncfusion
4
+
description: Learn here about resource allocation view of Syncfusion ASP.NET Core Gantt Control, its elements, and more.
5
5
platform: aspnet-core
6
6
control: Gantt
7
7
documentation: ug
8
8
---
9
9
10
-
# Resource Allocation View
10
+
# Resource Allocation View in ASP.NET Core Gantt
11
11
Resource allocation view is used to visualize the resource usage in a project. Resources are displayed in separate rows and all the tasks assigned to a specific resource will be displayed in the chart side. In this view, a user can able to easily identify the overallocation of resources in a project.

157
157
158
158
## Grouping
159
159
The resources and the tasks assigned to those resources can be grouped into categories. The property `group-collection` is used to define the groups to be displayed in the project. The properties `group-id-mapping` and `group-name-mapping` are used to map the group details.
@@ -249,30 +249,30 @@ The below code snippet explains grouping of the resources in resource allocation
249
249
250
250
The below screen shot depicts a resource view in a project with 3 groups.
It is possible to add a task dynamically either by using toolbar insert icon or by context menu add option. The below screen shot shows the toolbar add and context menu add options.

262
262
263
263
When the insert option is clicked, the add dialog will be displayed prompting the user to provide the task details. After providing the task details, when user click the save button without providing the resource information or without assigning any resource to the task, the task will be added at the top by default.

276
276
277
277
N> It is not possible to add a resource to the project dynamically.
278
278
N> A task can be assigned to one or more resource while adding.
@@ -282,12 +282,12 @@ N> A task can be assigned to one or more resource while adding.
282
282
#### Editing a Task
283
283
A task can be edited either by using edit dialog or by mouse interactions. A user can edit a task using edit dialog by performing double click action on the taskbar, user can then edit the task information in the edit dialog.

291
291
292
292
#### Update task values dynamically
293
293
In resource allocation view also, we can update the task details dynamically on any action like external button click by using [`updateRecordByTaskId`](/api/js/ejgantt#methods:updaterecordbytaskid"updateRecordByTaskId(data)") method. The below code example explains how to use this method in resource allocation view.
User can able to delete a resource and the tasks assigned to it using toolbar and context menu delete options. After selecting the resource row, when clicking the delete toolbar icon, the resource will be removed from the project and the tasks assigned to that resource will be listed in unassigned tasks’ list. The same will happen for context menu delete option.
There may be some instances, where one or more resources are not yet included in the project plan. Therefore, those resources are left with no tasks assigned to them. Those resources are termed as `unassigned resource`. The right side of the resource row will be left blank with no tasks.
@@ -377,7 +377,7 @@ public List<ResourceDetails> GetResourceData()
377
377
378
378
In the below screen shot, the resource `Nancy Davolio` is the unassigned resource.
There may be instances where some tasks are not yet assigned with resources. Those tasks that are not assigned to any resources are termed as unassigned tasks. Unassigned tasks are displayed at bottom, with resource name as `Unassigned Task`. Unassigned tasks can be assigned to any resources in the project.
383
383
The below code snippet shows a task with no resource assigned to it.
@@ -416,9 +416,9 @@ The below code snippet shows a task with no resource assigned to it.
416
416
417
417
In the below screen shot, there more instances of unassigned tasks.
By default, a resource can work 8 hours a work day, but when a resource is forced to work more than 8 hours it is termed as overallocation. Or when a resource is assigned with two or more tasks which is occurring in a same date range, this state is termed as over allocation for a resource. The overlapped tasks are highlighted like in the below screen shot. The overlapped tasks will be displayed one below the other with an overlapped highlighted region.
Copy file name to clipboardExpand all lines: aspnet-core/Tile/Overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
2
layout: post
3
-
title: Overview
4
-
description: Overview document
3
+
title: Overview of ASP.NET Core Tile Control | Syncfusion
4
+
description: Learn here about Overview document of Syncfusion Essential ASP.NET Core Tile Control, its features, and more.
5
5
platform: aspnet-core
6
6
control: Tile
7
7
documentation: ug
8
8
---
9
9
10
-
# Overview
10
+
# Overview of ASP.NET Core Tile
11
11
12
12
The Essential Studio for ASP.NET Core Web Tiles are simple, opaque rectangles or squares and they are arrayed on the start screen in a grid-like pattern. Tapping or selecting a Tile, launches the app or does some other action that is represented by the Tile. Tiles are arranged in a group separated by columns that looks like a start screen of a device and it can be either static or live.
13
13
14
-
# Key Features
14
+
##Key Features
15
15
16
16
***Live tile support:** Here the tiles are changed dynamically at specific time interval.
0 commit comments