Skip to content

Commit 648c322

Browse files
Merge pull request #339 from syncfusion-content/SEO-3261-bing-report-issues
SEO-3261-bing-report-issues
2 parents 76534c7 + 934a388 commit 648c322

File tree

14 files changed

+73
-73
lines changed

14 files changed

+73
-73
lines changed

aspnet/Gantt/How-to/Change-Weekend.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Change-Weekend | Gantt | ASP.NET Webforms | Syncfusion
4-
description: Change workweek/working days in a week
4+
description: Learn here about change workweek/working days in a week in Syncfusion ASP.NET Webforms Gantt Control, its elements, and more.
55
platform: aspnet
66
control: Gantt
77
documentation: ug
88
---
99

10-
## Change workweek/working days in a week
10+
# Change workweek/working days in a week in ASP.NET Webforms Gantt
1111
Non-working days/weekend are used to represent the non-productive days in a project. It is possible to change the non-working days in a week using the `WorkWeek` property in Gantt.
1212

1313
By default, Saturdays and Sundays are considered as non-working days/weekend in a project.
@@ -23,7 +23,7 @@ The following code example explains how to change weekend/non-working days
2323

2424
The above code example makes Fridays and Saturdays as non-working days in a week.
2525

26-
![](Change-Workweek_images/Change_Workweek_img1.png)
26+
![ASP.NET Webforms Gantt Change workweek](Change-Workweek_images/Change_Workweek_img1.png)
2727

2828
The above screen shot will be displayed after changing the non-working days in Gantt.
2929
{:.caption}

aspnet/Grid/Filtering.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Filtering with Grid widget for Syncfusion Essential ASP.NET
4-
description: How to enable filtering and its functionalities
3+
title: Filtering in ASP.NET Web Forms Grid Control | Syncfusion
4+
description: Learn here about filtering support in Syncfusion Essential ASP.NET Web Forms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
9-
# Filtering
9+
# Filtering in ASP.NET Web Forms Grid
1010

1111
Filtering helps to view particular or related records from dataSource which meets a given filtering criteria. To enable filter, set `AllowFiltering` property as`true`.
1212

@@ -102,7 +102,7 @@ The following code example describes the above behavior.
102102

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

105-
![](Filtering_images/Filtering_img1.png)
105+
![ASP.NET Web Forms Grid Menu Filter](Filtering_images/Filtering_img1.png)
106106

107107

108108
## Menu Filter
@@ -187,19 +187,19 @@ The following code example describes the above behavior.
187187

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

190-
![](Filtering_images/Filtering_img2.png)
190+
![ASP.NET Web Forms Grid Numeric Filter](Filtering_images/Filtering_img2.png)
191191

192192
Numeric Filter
193193

194-
![](Filtering_images/Filtering_img3.png)
194+
![ASP.NET Web Forms Grid String Filter](Filtering_images/Filtering_img3.png)
195195

196196
String Filter
197197

198-
![](Filtering_images/Filtering_img4.png)
198+
![ASP.NET Web Forms Grid ate Filter](Filtering_images/Filtering_img4.png)
199199

200200
Date Filter
201201

202-
![](Filtering_images/Filtering_img5.png)
202+
![ASP.NET Web Forms Grid Boolean Filter](Filtering_images/Filtering_img5.png)
203203

204204
Boolean Filter
205205

@@ -282,7 +282,7 @@ The following code example describes the above behavior.
282282

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

285-
![](Filtering_images/Filtering_img6.png)
285+
![ASP.NET Web Forms Grid Checkbox list generation](Filtering_images/Filtering_img6.png)
286286

287287

288288
### Checkbox list generation:
@@ -367,7 +367,7 @@ The following code example describes the above behavior.
367367

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

370-
![](Filtering_images/filtering_img7.png)
370+
![ASP.NET Web Forms Grid filter checkbox](Filtering_images/filtering_img7.png)
371371

372372

373373
### Add current selection to filter checkbox:
@@ -376,7 +376,7 @@ When filtering is done multiple times on the same column then the previously fil
376376

377377
The following image describes the above mentioned behavior.
378378

379-
![](filtering_images/filtering_img12.png)
379+
![ASP.NET Web Forms Grid Case Sensitivity](filtering_images/filtering_img12.png)
380380

381381

382382
### Case Sensitivity
@@ -457,7 +457,7 @@ The following code example describes the above behavior.
457457

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

460-
![](Filtering_images/filtering_img8.png)
460+
![ASP.NET Web Forms Grid Filter Bar](Filtering_images/filtering_img8.png)
461461

462462

463463
## Filter Bar
@@ -676,7 +676,7 @@ The following code example describes the above behavior.
676676

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

679-
![](Filtering_images/filtering_img9.png)
679+
![ASP.NET Web Forms Grid Filter bar modes](Filtering_images/filtering_img9.png)
680680

681681

682682
Filter bar modes:
@@ -765,7 +765,7 @@ The following code example describes the above behavior.
765765

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

768-
![](Filtering_images/filtering_img10.png)
768+
![ASP.NET Web Forms Grid Filter Operators](Filtering_images/filtering_img10.png)
769769

770770

771771
## Filter Operators
@@ -1000,6 +1000,6 @@ namespace WebSampleBrowser.Grid
10001000

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

1003-
![](filtering_images/filtering_img11.png)
1003+
![ASP.NET Web Forms Grid FilterBar Template](filtering_images/filtering_img11.png)
10041004
{:caption}
10051005
After Filtering

aspnet/Grid/How-to/Apply-formatting-for-columns-dynamically.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Apply formatting for columns dynamically | Grid | ASP.NET Webforms | Syncfusion
4-
description: apply formatting for columns dynamically
3+
title: Apply formatting in ASP.NET Webforms Grid Control | Syncfusion
4+
description: Learn here about apply formatting for columns dynamically in Syncfusion ASP.NET Webforms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
## Apply formatting for columns dynamically
10+
# Apply formatting for columns in ASP.NET Webforms Grid
1111

1212
Column format can be used dynamically to change data values format with the help of the public method. The following code example illustrates the Essential JavaScript with column formatting in public method.
1313

aspnet/Grid/How-to/Initialize-Grid.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Initialize Grid | Grid | ASP.NET Webforms | Syncfusion
4-
description: initialize grid
4+
description: Learn here about initialization in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
## Initialize Grid
10+
# Initialize ASP.NET Webforms Grid
1111

1212
In this section, you can learn about Grid’s mandatory property to render a simple Grid. To initialize Grid, it needs two important properties. They are columns and its inner property field. Columns are used to define schema of Grid and field is mapping a name to the data source.
1313

@@ -31,7 +31,7 @@ In this section, you can learn about Grid’s mandatory property to render a sim
3131

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

34-
![](Initialize-Grid_images/Initialize-Grid_img1.png)
34+
![ASP.NET Webforms Grid initialization](Initialize-Grid_images/Initialize-Grid_img1.png)
3535

3636

3737

aspnet/Grid/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Overview | Grid | ASP.NET Webforms | Syncfusion
4-
description: overview
4+
description: Learn here about overview of Syncfusion Essential ASP.NET WebForms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
# Overview
10+
# Overview of ASP.NET WebForms Grid
1111

1212
The Grid control for ASP.NET is an efficient display engine for tabular data. It will pull from a datasource, such as ListCollection, OData web services, or SQLData, binding data fields to columns and displaying a column header to identify the field. It is a feature-rich control that provides extensive appearance customization options with support for grouped records. This Grid is very useful for generating complex grid-based reports with rich formatting. The most important features available in the Grid control for ASP.NET are paging, sorting, filtering, searching, grouping, and editing.
1313

aspnet/Grid/Selection.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Selection with Grid widget for Syncfusion Essential ASP
4-
description: How to enable selection and its functionalities
3+
title: Selection in ASP.NET Web Forms Grid Control | Syncfusion
4+
description: Learn here about selection support in Syncfusion Essential ASP.NET Web Forms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
9-
# Selection
9+
# Selection in ASP.NET Web Forms Grid
1010

1111
Selection provides an interactive support to highlight the row, cell or column that you select. Selection can be done through simple Mouse down or Keyboard interaction. To enable selection, set `AllowSelection` as `true`.
1212

@@ -102,7 +102,7 @@ The following code example describes the above behavior.
102102

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

105-
![](Selection_images/Selection_img1.png)
105+
![ASP.NET Web Forms Grid Multiple Row Selection](Selection_images/Selection_img1.png)
106106

107107
## Multiple Row Selection using Checkbox Column
108108

@@ -144,7 +144,7 @@ The following code example describes the above behavior.
144144

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

147-
![](Selection_images/Selection_img12.png)
147+
![ASP.NET Web Forms Grid Cell Selection](Selection_images/Selection_img12.png)
148148

149149
## Cell Selection
150150

@@ -223,7 +223,7 @@ The following code example describes the above behavior.
223223

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

226-
![](Selection_images/Selection_img2.png)
226+
![ASP.NET Web Forms Grid Cell Selection Mode](Selection_images/Selection_img2.png)
227227

228228
### Cell Selection Mode
229229

@@ -307,7 +307,7 @@ The following code example describes the above behavior.
307307

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

310-
![](Selection_images/Selection_img3.png)
310+
![ASP.NET Web Forms Grid Column Selection](Selection_images/Selection_img3.png)
311311

312312

313313
## Column Selection
@@ -387,7 +387,7 @@ The following code example describes the above behavior.
387387

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

390-
![](Selection_images/Selection_img4.png)
390+
![ASP.NET Web Forms Grid Touch options](Selection_images/Selection_img4.png)
391391

392392

393393
## Touch options
@@ -466,7 +466,7 @@ The following code example describes the above behavior.
466466

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

469-
![](Selection_images/Selection_img5.png)
469+
![ASP.NET Web Forms Grid toggle selection](Selection_images/Selection_img5.png)
470470

471471

472472
## Toggle Selection

aspnet/Grid/Sorting.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: Sorting with Grid widget for Syncfusion Essential ASP.NET
4-
description: How to enable sorting and its functionalities
3+
title: Sorting in ASP.NET Web Forms Grid Control | Syncfusion
4+
description: Learn here about sorting support in Syncfusion Essential ASP.NET Web Forms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
9-
# Sorting
9+
# Sorting in ASP.NET Web Forms Grid
1010
The Grid control has support to sort data bound columns in ascending or descending order. This can be achieved by setting `AllowSorting` property as `true`.
1111

1212
To dynamically sort a particular column, click on its column header. The order switch between ascending and descending each time you click a column header for sorting.
@@ -85,7 +85,7 @@ The following code example describes the above behavior.
8585

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

88-
![](Sorting_images/Sorting_img1.png)
88+
![ASP.NET Web Forms Grid Initial Sorting](Sorting_images/Sorting_img1.png)
8989

9090
## Initial Sorting
9191
Through `SortedColumns` property of `SortSettings`, you can sort the columns while initializing the grid itself. You need to specify the `Field` (Columns) name and `Direction` in the `SortedColumns`.
@@ -167,7 +167,7 @@ The following code example describes the above behavior.
167167

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

170-
![](Sorting_images/Sorting_img2.png)
170+
![ASP.NET Web Forms Grid Multi-Column Sorting](Sorting_images/Sorting_img2.png)
171171

172172
## Multi-Column Sorting
173173
Sort multiple columns in grid by setting `AllowMultiSorting` property as true. The sorting order is displayed in the header while doing multi sorting.
@@ -253,7 +253,7 @@ The following code example describes the above behavior.
253253

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

256-
![](Sorting_images/Sorting_img3.png)
256+
![ASP.NET Web Forms Grid Stable sorting](Sorting_images/Sorting_img3.png)
257257

258258
## Stable sorting
259259
For sorting, grid uses default browser's sort function for better performance. On multi column sorting in some browsers like chrome, the records order will be different due to unstable implementation of sorting algorithm in it.
@@ -347,7 +347,7 @@ The following code example describes the above behavior.
347347

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

350-
![](Sorting_images/Sorting_img4.png)
350+
![ASP.NET Web Forms Grid Touch options](Sorting_images/Sorting_img4.png)
351351

352352
## Touch options
353353
While using Grid in a touch device, you have an option for multi sorting in single tap on the grid header. By tapping on the grid header, it will show the toggle button in small popup with sort icon. Now tap the button to enable multi sorting in single tap.
@@ -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-
![](Sorting_images/Sorting_img5.png)
434+
![ASP.NET Web Forms Grid sorting](Sorting_images/Sorting_img5.png)
435435

436436
N> To get the sorted data of the grid after sorting a column you can refer the [`How To`](https://help.syncfusion.com/aspnet/grid/how-to "Getting Datasource of Grid in Sorted Order").
437437

0 commit comments

Comments
 (0)