Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetmvc-toc.html

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions aspnetmvc/Button/Icons.md

Large diffs are not rendered by default.

198 changes: 98 additions & 100 deletions aspnetmvc/Chart/Chart-Types.md

Large diffs are not rendered by default.

8 changes: 3 additions & 5 deletions aspnetmvc/Gantt/Serial-Number.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
---
layout: post
title: Sequencing Tasks | Gantt | ASP.NET MVC | Syncfusion
description: sequencing tasks
description: Learn here all about Sequencing Tasks support in Syncfusion Essential Studio ASP.NET MVC Gantt Control, its elements, and more.
platform: ejmvc
control: Gantt
documentation: ug
---

# Sequencing Tasks

## How to enable serial number column in Gantt?
# Sequencing Tasks in ASP.NET MVC Gantt

The serial or sequence number support in Gantt is used to index the tasks in a project. The Serial number column can be rendered by enabling the `EnableSerialNumber` property. On enabling this property the serial number column will be displayed and the Task Id column will be hidden, the tasks will be identified using the serial numbers. Further the column values for task predecessors will also be displayed using the serial numbers of the corresponding tasks, instead of task IDs.

Expand All @@ -27,6 +25,6 @@ Code snippets for enabling the serial number is as follows.

The following screenshot displays the Serial number column in Gantt control.

![](Serial-Number_images/Serial_img1.png)
![ASPNETMVC Gantt Serial Number](Serial-Number_images/Serial_img1.png)

The serial number column will be resequenced automatically on performing any actions which will change the row indexes of the tasks such as row drag and drop, deleting, adding.
46 changes: 23 additions & 23 deletions aspnetmvc/Grid/Columns.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Columns | Grid | ASP.NET MVC | Syncfusion
description: columns
description: Learn here all about Columns support in Syncfusion Essential Studio ASP.NET MVC Grid Control, its elements, and more.
platform: ejmvc
control: Grid
documentation: ug
---

# Columns
# Columns Support in ASP.NET MVC Grid

Column definitions are used as the DataSource schema in the grid and it plays vital role in rendering the column values in required format and sorting, filtering, editing based on its type. The `Field` property of the columns is necessary to map the datasource values in grid columns.

Expand Down Expand Up @@ -48,7 +48,7 @@ The columns are automatically generated when `Columns` declaration is empty or u

The following output is displayed as a result of the above code example.

![](columns_images/columns_img1.png)
![ASPNETMVC Grid columns](columns_images/columns_img1.png)

### How to set the `IsPrimaryKey` for auto generated columns when editing is enabled:

Expand Down Expand Up @@ -192,7 +192,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img2.png)
![ASPNETMVC Grid Header Text](columns_images/columns_img2.png)

### Header Text alignment

Expand Down Expand Up @@ -241,7 +241,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img3.png)
![ASPNETMVC Grid Header Text Alignment](columns_images/columns_img3.png)

### Header Template

Expand Down Expand Up @@ -294,7 +294,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img4.png)
![ASPNETMVC Grid Header template](columns_images/columns_img4.png)

## Text alignment

Expand Down Expand Up @@ -345,7 +345,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img5.png)
![ASPNETMVC Grid Text Alignment](columns_images/columns_img5.png)

## Format

Expand Down Expand Up @@ -389,7 +389,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img6.png)
![ASPNETMVC Grid Format](columns_images/columns_img6.png)

## Width

Expand Down Expand Up @@ -431,7 +431,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img7.png)
![ASPNETMVC Grid Width](columns_images/columns_img7.png)


## Resizing
Expand Down Expand Up @@ -547,7 +547,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img8.png)
![ASPNETMVC Grid Resizing](columns_images/columns_img8.png)


## Reorder
Expand Down Expand Up @@ -591,7 +591,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img10.png)
![ASPNETMVC Grid Reorder](columns_images/columns_img10.png)

## Visibility

Expand Down Expand Up @@ -633,7 +633,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img11.png)
![ASPNETMVC Grid visibility](columns_images/columns_img11.png)


## Unbound Column
Expand Down Expand Up @@ -689,7 +689,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img13.png)
![ASPNETMVC Grid Unbound columns](columns_images/columns_img13.png)

## Column Template

Expand Down Expand Up @@ -738,7 +738,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img14.png)
![ASPNETMVC Grid columns template](columns_images/columns_img14.png)

## Controlling Grid actions

Expand Down Expand Up @@ -825,7 +825,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img15.png)
![ASPNETMVC Grid grid](columns_images/columns_img15.png)

## Expression Column

Expand Down Expand Up @@ -872,7 +872,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img16.png)
![ASPNETMVC Grid Expression columns](columns_images/columns_img16.png)


## Command Column
Expand Down Expand Up @@ -947,7 +947,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img17.png)
![ASPNETMVC Grid Button](columns_images/columns_img17.png)

### Custom buttons

Expand Down Expand Up @@ -1012,7 +1012,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img18.png)
![ASPNETMVC Grid custom button](columns_images/columns_img18.png)

## Column Chooser

Expand Down Expand Up @@ -1055,7 +1055,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img19.png)
![ASPNETMVC Grid columns chooser](columns_images/columns_img19.png)

## Foreign Key Column

Expand Down Expand Up @@ -1110,7 +1110,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img20.png)
![ASPNETMVC Grid key columns](columns_images/columns_img20.png)

## Customize column

Expand Down Expand Up @@ -1168,7 +1168,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img23.png)
![ASPNETMVC Grid columns](columns_images/columns_img23.png)

## Type

Expand Down Expand Up @@ -1257,7 +1257,7 @@ The following code example describes the above behavior.

The following output is displayed as a result of the above code example.

![](columns_images/columns_img24.png)
![ASPNETMVC Grid Type](columns_images/columns_img24.png)

## Column Layout

Expand Down Expand Up @@ -1302,4 +1302,4 @@ You can set the Grid's columns layout based on either Grid width or its columns

The following output is displayed as a result of the above code example.

![](columns_images/columns_img25.png)
![ASPNETMVC Grid columns layout](columns_images/columns_img25.png)
Loading