Skip to content

Commit 2051514

Browse files
SEO-3261-bing-report-issues
1 parent 76534c7 commit 2051514

File tree

15 files changed

+85
-85
lines changed

15 files changed

+85
-85
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/Data-Adaptors.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
3-
title: data adaptors with Grid widget for Syncfusion Essential JS
4-
description: How to enable data adaptors and its functionalities
3+
title: Data Adaptors in ASP.NET Web Forms Grid Control | Syncfusion
4+
description: Learn here about data adaptor 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-
# Data Adaptors
9+
# Data Adaptors in ASP.NET Web Forms Grid
1010

1111
The Data adaptor is a mechanism through which the `DataManager` interact with the remote service or local dataSource. The `DataManager` has several preconfigured Data Adaptors, refer to the [link](http://help.syncfusion.com/aspnetmvc/datamanager/data-adaptors).
1212

@@ -50,7 +50,7 @@ The following code example describes the above behavior.
5050

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

53-
![](Data-Adaptors_images/Data-Adaptor_img1.png)
53+
![ASP.NET Web Forms Grid WebMethod Adaptor](Data-Adaptors_images/Data-Adaptor_img1.png)
5454

5555
## WebMethod Adaptor
5656

@@ -108,7 +108,7 @@ You can use the following code example to use WebMethod adaptor.
108108

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

111-
![](Data-Adaptors_images/Data-Adaptor_img2.png)
111+
![ASP.NET Web Forms Grid Url Adaptor](Data-Adaptors_images/Data-Adaptor_img2.png)
112112

113113
## Url Adaptor
114114

@@ -162,7 +162,7 @@ N> 2. The `count` must be returned along with response when paging is enabled in
162162

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

165-
![](Data-Adaptors_images/Data-Adaptor_img3.png)
165+
![ASP.NET Web Forms Grid OData Adaptor](Data-Adaptors_images/Data-Adaptor_img3.png)
166166

167167
## OData Adaptor
168168

@@ -192,7 +192,7 @@ You can use the following code example to use OData adaptor.
192192

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

195-
![](Data-Adaptors_images/Data-Adaptor_img4.png)
195+
![ASP.NET Web Forms Grid ODataV4 Adaptor](Data-Adaptors_images/Data-Adaptor_img4.png)
196196

197197
## ODataV4 Adaptor
198198

@@ -220,7 +220,7 @@ You can use the following code example to use ODataV4 adaptor.
220220

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

223-
![](Data-Adaptors_images/Data-Adaptor_img5.png)
223+
![ASP.NET Web Forms Grid WebAPI Adaptor](Data-Adaptors_images/Data-Adaptor_img5.png)
224224

225225
## WebAPI Adaptor
226226

@@ -267,7 +267,7 @@ You can use the following code example to use WebAPI adaptor.
267267

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

270-
![](Data-Adaptors_images/Data-Adaptor_img6.png)
270+
![ASP.NET Web Forms Grid RemoteSave Adaptor](Data-Adaptors_images/Data-Adaptor_img6.png)
271271

272272
## RemoteSave Adaptor
273273

@@ -331,11 +331,11 @@ You can use the following code example to use RemoteSave adaptor.
331331

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

334-
![](Data-Adaptors_images/Data-Adaptor_img7.png)
334+
![ASP.NET Web Forms Grid adaptor](Data-Adaptors_images/Data-Adaptor_img7.png)
335335

336336
On performing CRUD operations in Grid, the record changes will be sent to server-side as in the following screenshot.
337337

338-
![](Data-Adaptors_images/Data-Adaptor_img8.png)
338+
![ASP.NET Web Forms Grid Foreign Key Adaptor](Data-Adaptors_images/Data-Adaptor_img8.png)
339339

340340
## Foreign Key Adaptor
341341

@@ -398,6 +398,6 @@ N> 2. By default, the `ForeignKeyAdaptor` uses `JsonAdaptor`, to use other adapt
398398

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

401-
![](Data-Adaptors_images/Data-Adaptor_img9.png)
401+
![ASP.NET Web Forms Grid data adaptor](Data-Adaptors_images/Data-Adaptor_img9.png)
402402

403403

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

0 commit comments

Comments
 (0)