Skip to content

Commit ad2bc54

Browse files
Merge pull request #241 from Syncfusion-Content/hotfix/hotfix-v20.3.0.47
DOCINFRA-2341_merged_using_automation
2 parents 1425cbf + 52bfc48 commit ad2bc54

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

aspnet-core/DateTimePicker/Localization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ N> To render the DateTimePicker Control you can use either Razor or Tag helper c
7979

8080
2. The following screenshot displays the output for the above code.
8181

82-
![](Localization_images/Localization_img1.png)
82+
![ASP.NET Core DateTimePicker Localization](Localization_images/Localization_img1.png)
8383

8484
Showcase for DateTimePicker with Spanish culture
8585
{:.caption}

aspnet-core/Grid/Columns.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Columns with grid widget for Syncfusion Essential ASP.NET Core
4-
description: columns
3+
title: Columns in ASP.NET Core Grid Control | Syncfusion
4+
description: Learn here all about Column support in Syncfusion Essential ASP.NET Core Grid control, its elements, and more.
55
platform: aspnet-core
66
control: Grid
77
documentation: ug
88
---
99

10-
# Columns
10+
# Columns in ASP.NET Core Grid
1111

1212
The column definitions are used as the DataSource schema in the Grid and it plays vital role in rendering 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

@@ -46,7 +46,7 @@ The columns are automatically generated when `columns` declaration is empty or u
4646

4747
The following output is displayed as a result of the previous code example.
4848

49-
![](columns_images/columns_img1.png)
49+
![Auto Generation in ASP.NET Core Grid](columns_images/columns_img1.png)
5050

5151
### How to set the `is-primary-key` for auto generated columns when editing is enabled:
5252

@@ -167,7 +167,7 @@ The following code example describes the previous behavior.
167167

168168
The following output is displayed as a result of the previous code example.
169169

170-
![](columns_images/columns_img2.png)
170+
![Header in ASP.NET Core Grid](columns_images/columns_img2.png)
171171

172172
### Header text alignment
173173

@@ -215,7 +215,7 @@ The following code example describes the previous behavior.
215215

216216
The following output is displayed as a result of the previous code example.
217217

218-
![](columns_images/columns_img3.png)
218+
![Header Text Alignment in ASP.NET Core Grid](columns_images/columns_img3.png)
219219

220220

221221
### Header template
@@ -314,7 +314,7 @@ The following code example describes the previous behavior.
314314

315315
The following output is displayed as a result of the previous code example.
316316

317-
![](columns_images/columns_img5.png)
317+
![Text Alignment in ASP.NET Core Grid](columns_images/columns_img5.png)
318318

319319
## Format
320320

@@ -358,7 +358,7 @@ The following code example describes the previous behavior.
358358

359359
The following output is displayed as a result of the previous code example.
360360

361-
![](columns_images/columns_img6.png)
361+
![Format in ASP.NET Core Grid](columns_images/columns_img6.png)
362362

363363
## Width
364364

@@ -400,7 +400,7 @@ The following code example describes the previous behavior.
400400

401401
The following output is displayed as a result of the previous code example.
402402

403-
![](columns_images/columns_img7.png)
403+
![Width in ASP.NET Core Grid](columns_images/columns_img7.png)
404404

405405

406406
## Resizing
@@ -519,7 +519,7 @@ The following code example describes the previous behavior.
519519

520520
The following output is displayed as a result of the previous code example.
521521

522-
![](columns_images/columns_img8.png)
522+
![Resize to Fit in ASP.NET Core Grid](columns_images/columns_img8.png)
523523

524524

525525
## Reorder
@@ -561,7 +561,7 @@ The following code example describes the previous behavior.
561561

562562
The following output is displayed as a result of the previous code example.
563563

564-
![](columns_images/columns_img10.png)
564+
![Reorder in ASP.NET Core Grid](columns_images/columns_img10.png)
565565

566566
## Visibility
567567

@@ -603,7 +603,7 @@ The following code example describes the previous behavior.
603603

604604
The following output is displayed as a result of the previous code example.
605605

606-
![](columns_images/columns_img11.png)
606+
![Visibility in ASP.NET Core Grid](columns_images/columns_img11.png)
607607

608608

609609
## Unbound Column
@@ -656,7 +656,7 @@ The following code example describes the previous behavior.
656656

657657
The following output is displayed as a result of the previous code example.
658658

659-
![](columns_images/columns_img13.png)
659+
![Unbound Column in ASP.NET Core Grid](columns_images/columns_img13.png)
660660

661661
## Controlling grid actions
662662

@@ -736,7 +736,7 @@ The following code example describes the previous behavior.
736736

737737
The following output is displayed as a result of the previous code example.
738738

739-
![](columns_images/columns_img15.png)
739+
![Command Column in ASP.NET Core Grid](columns_images/columns_img15.png)
740740

741741

742742
## Command column
@@ -803,7 +803,7 @@ The following code example describes the previous behavior.
803803

804804
The following output is displayed as a result of the previous code example.
805805

806-
![](columns_images/columns_img17.png)
806+
![Default Action Button in ASP.NET Core Grid](columns_images/columns_img17.png)
807807

808808
### Custom buttons
809809

@@ -902,7 +902,7 @@ The following code example describes the previous behavior.
902902

903903
The following output is displayed as a result of the previous code example.
904904

905-
![](columns_images/columns_img18.png)
905+
![Custom Buttons in ASP.NET Core Grid](columns_images/columns_img18.png)
906906

907907

908908
## Column chooser
@@ -945,7 +945,7 @@ The following code example describes the previous behavior.
945945

946946
The following output is displayed as a result of the previous code example.
947947

948-
![](columns_images/columns_img19.png)
948+
![Column Chooser in ASP.NET Core Grid](columns_images/columns_img19.png)
949949

950950
## Foreign key column
951951

@@ -997,7 +997,7 @@ The following code example describes the previous behavior.
997997

998998
The following output is displayed as a result of the previous code example.
999999

1000-
![](columns_images/columns_img20.png)
1000+
![Foreign Key Column in ASP.NET Core Grid](columns_images/columns_img20.png)
10011001

10021002
## Customize column
10031003

@@ -1053,7 +1053,7 @@ The following code example describes the previous behavior.
10531053

10541054
The following output is displayed as a result of the previous code example.
10551055

1056-
![](columns_images/columns_img23.png)
1056+
![Customize Column in ASP.NET Core Grid](columns_images/columns_img23.png)
10571057

10581058
## Type
10591059

@@ -1096,7 +1096,7 @@ The following code example describes the previous behavior.
10961096

10971097
The following output is displayed as a result of the previous code example.
10981098

1099-
![](columns_images/columns_img24.png)
1099+
![Type in ASP.NET Core Grid](columns_images/columns_img24.png)
11001100

11011101
## Column layout
11021102

@@ -1140,5 +1140,5 @@ You can set the grid's columns layout based on either grid width or its columns
11401140

11411141
The following output is displayed as a result of the previous code example.
11421142

1143-
![](columns_images/columns_img25.png)
1143+
![Column Layout in ASP.NET Core Grid](columns_images/columns_img25.png)
11441144

0 commit comments

Comments
 (0)