Skip to content

Commit 854f72c

Browse files
authored
Merge pull request #50 from syncfusion-content/SEO-1870_Site_Audit_Issues
SEO-1909_Site_Audit_Issues
2 parents b4a3a10 + 7f4711e commit 854f72c

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

aspnetmvc/FileExplorer/Context-Menu.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Context Menu | FileExplorer | ASP.NET MVC | Syncfusion
3-
description: Context Menu support in FileExplorer
3+
description: Learn here about Context Menu support in Syncfusion Essential ASP.NET MVC FileExplorer Control, its elements, and more.
44
platform: ejmvc
55
control: FileExplorer
66
documentation: UG
77
keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Context Menu
88
---
9-
# Context Menu
9+
# Context Menu in ASP.NET MVC FileExplorer
1010

1111
The context-menu has [list of items](#context-menu-items) which helps to perform FileExplorer operations, and it appears based on the target such as file or folder.
1212

@@ -265,7 +265,7 @@ Icons of context menu items can be customized by overriding the default context
265265

266266
The following screenshot displays the customization of context menu in FileExplorer control.
267267

268-
![](Context-Menu_images/Context-Menu_img1.png)
268+
![ASP.NET MVC FileExplorer Customization](Context-Menu_images/Context-Menu_img1.png)
269269

270270
## Context Menu Events
271271

aspnetmvc/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 MVC
4-
description: How to enable filtering and its functionalities
3+
title: Filtering in ASP.NET MVC Grid Control | Syncfusion
4+
description: Learn here about filtering support in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more.
55
platform: ejmvc
66
control: Grid
77
documentation: ug
88
---
9-
# Filtering
9+
# Filtering in ASP.NET MVC Grid
1010

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

@@ -65,7 +65,7 @@ The following code example describes the previous behavior.
6565

6666
The following output is displayed as a result of the previous code example.
6767

68-
![](filtering_images/filtering_img1.png)
68+
![ASP.NET MVC Grid](filtering_images/filtering_img1.png)
6969

7070

7171
## Menu filter
@@ -116,19 +116,19 @@ The following code example describes the previous behavior.
116116

117117
The following output is displayed as a result of the previous code example.
118118

119-
![](filtering_images/filtering_img2.png)
119+
![ASP.NET MVC Grid Menu filter](filtering_images/filtering_img2.png)
120120

121121
Numeric Filter
122122

123-
![](filtering_images/filtering_img3.png)
123+
![ASP.NET MVC Grid Numeric Filter](filtering_images/filtering_img3.png)
124124

125125
String Filter
126126

127-
![](filtering_images/filtering_img4.png)
127+
![ASP.NET MVC Grid String Filter](filtering_images/filtering_img4.png)
128128

129129
Date Filter
130130

131-
![](filtering_images/filtering_img5.png)
131+
![ASP.NET MVC Grid Date Filter](filtering_images/filtering_img5.png)
132132

133133
Boolean Filter
134134

@@ -175,7 +175,7 @@ The following code example describes the previous behavior.
175175

176176
The following output is displayed as a result of the previous code example.
177177

178-
![](filtering_images/filtering_img6.png)
178+
![ASP.NET MVC Grid Excel-like filter](filtering_images/filtering_img6.png)
179179

180180
### Filtering between values
181181

@@ -232,7 +232,7 @@ The following code example describes the previous behavior.
232232

233233
The following output is displayed as a result of the previous code example.
234234

235-
![](filtering_images/filtering_img7.png)
235+
![ASP.NET MVC Grid Checkbox list generation](filtering_images/filtering_img7.png)
236236

237237

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

242242
The following image describes the previous mentioned behavior.
243243

244-
![](filtering_images/filtering_img12.png)
244+
![ASP.NET MVC Grid filter checkbox](filtering_images/filtering_img12.png)
245245

246246

247247
### Case sensitivity
@@ -286,7 +286,7 @@ The following code example describes the previous behavior.
286286

287287
The following output is displayed as a result of the previous code example.
288288

289-
![](filtering_images/filtering_img8.png)
289+
![ASP.NET MVC Grid Case sensitivity](filtering_images/filtering_img8.png)
290290

291291

292292
## Filter bar
@@ -469,7 +469,7 @@ The following code example describes the previous behavior.
469469

470470
The following output is displayed as a result of the previous code example.
471471

472-
![](filtering_images/filtering_img9.png)
472+
![ASP.NET MVC Grid Filter bar](filtering_images/filtering_img9.png)
473473

474474

475475
Filter bar modes:
@@ -523,7 +523,7 @@ The following code example describes the previous behavior.
523523

524524
The following output is displayed as a result of the previous code example.
525525

526-
![](filtering_images/filtering_img10.png)
526+
![ASP.NET MVC Grid Filter bar message](filtering_images/filtering_img10.png)
527527

528528

529529
## Filter Operators
@@ -761,7 +761,7 @@ namespace MVCSampleBrowser.Controllers
761761

762762
The following output is displayed as a result of the previous code example.
763763

764-
![](filtering_images/filtering_img11.png)
764+
![ASP.NET MVC Grid Filter Operators](filtering_images/filtering_img11.png)
765765
{:caption}
766766
After Filtering
767767

aspnetmvc/Menu/Look-and-feel.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: Look and feel | Menu | ASP.NET MVC | Syncfusion
4-
description: look and feel
4+
description: Learn here about look and feel support in Syncfusion Essential ASP.NET MVC Menu Control, its elements, and more.
55
platform: ejmvc
66
control: Menu
77
documentation: ug
88
---
99

10-
# Look and feel
10+
# Look and feel in ASP.NET MVC Menu
1111

1212
Essential JavaScript controls feature 12 built-in themes, six flat and gradient effects, and also supports custom skin options for user-defined themes.
1313

@@ -145,7 +145,7 @@ Using this CssClass you can override the existing styles under the theme style s
145145

146146
Following screenshot displays the output of the above code.
147147

148-
![](Look-and-feel_images/Look-and-feel_img1.png)
148+
![ASP.NET MVC Menu look and feel](Look-and-feel_images/Look-and-feel_img1.png)
149149

150150
Look and feel of a Menu
151151
{:.caption}

0 commit comments

Comments
 (0)