Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cf118df

Browse files
Merge pull request #40 from syncfusion-content/SEO-1870_Site_Audit_Issues
SEO-1870_Site_Audit_Issues_ASPNETMVC
2 parents 05283d9 + 9259a96 commit cf118df

File tree

9 files changed

+278
-284
lines changed

9 files changed

+278
-284
lines changed

‎aspnetmvc/Button/Icons.md‎

Lines changed: 99 additions & 99 deletions
Large diffs are not rendered by default.

‎aspnetmvc/Chart/Chart-Types.md‎

Lines changed: 98 additions & 100 deletions
Large diffs are not rendered by default.

‎aspnetmvc/Gantt/Serial-Number.md‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
22
layout: post
33
title: Sequencing Tasks | Gantt | ASP.NET MVC | Syncfusion
4-
description: sequencing tasks
4+
description: Learn here all about Sequencing Tasks support in Syncfusion Essential Studio ASP.NET MVC Gantt Control, its elements, and more.
55
platform: ejmvc
66
control: Gantt
77
documentation: ug
88
---
99

10-
# Sequencing Tasks
11-
12-
## How to enable serial number column in Gantt?
10+
# Sequencing Tasks in ASP.NET MVC Gantt
1311

1412
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.
1513

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

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

30-
![](Serial-Number_images/Serial_img1.png)
28+
![ASPNETMVC Gantt Serial Number](Serial-Number_images/Serial_img1.png)
3129

3230
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.

‎aspnetmvc/Grid/Columns.md‎

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Columns | Grid | ASP.NET MVC | Syncfusion
4-
description: columns
4+
description: Learn here all about Columns support in Syncfusion Essential Studio ASP.NET MVC Grid Control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
99

10-
# Columns
10+
# Columns Support in ASP.NET MVC Grid
1111

1212
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.
1313

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

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

51-
![](columns_images/columns_img1.png)
51+
![ASPNETMVC Grid columns](columns_images/columns_img1.png)
5252

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

@@ -192,7 +192,7 @@ The following code example describes the above behavior.
192192

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

195-
![](columns_images/columns_img2.png)
195+
![ASPNETMVC Grid Header Text](columns_images/columns_img2.png)
196196

197197
### Header Text alignment
198198

@@ -241,7 +241,7 @@ The following code example describes the above behavior.
241241

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

244-
![](columns_images/columns_img3.png)
244+
![ASPNETMVC Grid Header Text Alignment](columns_images/columns_img3.png)
245245

246246
### Header Template
247247

@@ -294,7 +294,7 @@ The following code example describes the above behavior.
294294

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

297-
![](columns_images/columns_img4.png)
297+
![ASPNETMVC Grid Header template](columns_images/columns_img4.png)
298298

299299
## Text alignment
300300

@@ -345,7 +345,7 @@ The following code example describes the above behavior.
345345

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

348-
![](columns_images/columns_img5.png)
348+
![ASPNETMVC Grid Text Alignment](columns_images/columns_img5.png)
349349

350350
## Format
351351

@@ -389,7 +389,7 @@ The following code example describes the above behavior.
389389

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

392-
![](columns_images/columns_img6.png)
392+
![ASPNETMVC Grid Format](columns_images/columns_img6.png)
393393

394394
## Width
395395

@@ -431,7 +431,7 @@ The following code example describes the above behavior.
431431

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

434-
![](columns_images/columns_img7.png)
434+
![ASPNETMVC Grid Width](columns_images/columns_img7.png)
435435

436436

437437
## Resizing
@@ -547,7 +547,7 @@ The following code example describes the above behavior.
547547

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

550-
![](columns_images/columns_img8.png)
550+
![ASPNETMVC Grid Resizing](columns_images/columns_img8.png)
551551

552552

553553
## Reorder
@@ -591,7 +591,7 @@ The following code example describes the above behavior.
591591

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

594-
![](columns_images/columns_img10.png)
594+
![ASPNETMVC Grid Reorder](columns_images/columns_img10.png)
595595

596596
## Visibility
597597

@@ -633,7 +633,7 @@ The following code example describes the above behavior.
633633

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

636-
![](columns_images/columns_img11.png)
636+
![ASPNETMVC Grid visibility](columns_images/columns_img11.png)
637637

638638

639639
## Unbound Column
@@ -689,7 +689,7 @@ The following code example describes the above behavior.
689689

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

692-
![](columns_images/columns_img13.png)
692+
![ASPNETMVC Grid Unbound columns](columns_images/columns_img13.png)
693693

694694
## Column Template
695695

@@ -738,7 +738,7 @@ The following code example describes the above behavior.
738738

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

741-
![](columns_images/columns_img14.png)
741+
![ASPNETMVC Grid columns template](columns_images/columns_img14.png)
742742

743743
## Controlling Grid actions
744744

@@ -825,7 +825,7 @@ The following code example describes the above behavior.
825825

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

828-
![](columns_images/columns_img15.png)
828+
![ASPNETMVC Grid grid](columns_images/columns_img15.png)
829829

830830
## Expression Column
831831

@@ -872,7 +872,7 @@ The following code example describes the above behavior.
872872

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

875-
![](columns_images/columns_img16.png)
875+
![ASPNETMVC Grid Expression columns](columns_images/columns_img16.png)
876876

877877

878878
## Command Column
@@ -947,7 +947,7 @@ The following code example describes the above behavior.
947947

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

950-
![](columns_images/columns_img17.png)
950+
![ASPNETMVC Grid Button](columns_images/columns_img17.png)
951951

952952
### Custom buttons
953953

@@ -1012,7 +1012,7 @@ The following code example describes the above behavior.
10121012

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

1015-
![](columns_images/columns_img18.png)
1015+
![ASPNETMVC Grid custom button](columns_images/columns_img18.png)
10161016

10171017
## Column Chooser
10181018

@@ -1055,7 +1055,7 @@ The following code example describes the above behavior.
10551055

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

1058-
![](columns_images/columns_img19.png)
1058+
![ASPNETMVC Grid columns chooser](columns_images/columns_img19.png)
10591059

10601060
## Foreign Key Column
10611061

@@ -1110,7 +1110,7 @@ The following code example describes the above behavior.
11101110

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

1113-
![](columns_images/columns_img20.png)
1113+
![ASPNETMVC Grid key columns](columns_images/columns_img20.png)
11141114

11151115
## Customize column
11161116

@@ -1168,7 +1168,7 @@ The following code example describes the above behavior.
11681168

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

1171-
![](columns_images/columns_img23.png)
1171+
![ASPNETMVC Grid columns](columns_images/columns_img23.png)
11721172

11731173
## Type
11741174

@@ -1257,7 +1257,7 @@ The following code example describes the above behavior.
12571257

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

1260-
![](columns_images/columns_img24.png)
1260+
![ASPNETMVC Grid Type](columns_images/columns_img24.png)
12611261

12621262
## Column Layout
12631263

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

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

1305-
![](columns_images/columns_img25.png)
1305+
![ASPNETMVC Grid columns layout](columns_images/columns_img25.png)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /