Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions aspnetmvc/FileExplorer/Context-Menu.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Context Menu | FileExplorer | ASP.NET MVC | Syncfusion
description: Context Menu support in FileExplorer
description: Learn here about Context Menu support in Syncfusion Essential ASP.NET MVC FileExplorer Control, its elements, and more.
platform: ejmvc
control: FileExplorer
documentation: UG
keywords: FileExplorer, Syncfusion, EJ MVC FileExplorer, UG document, Context Menu
---
# Context Menu
# Context Menu in ASP.NET MVC FileExplorer

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.

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

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

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

## Context Menu Events

Expand Down
30 changes: 15 additions & 15 deletions aspnetmvc/Grid/Filtering.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
layout: post
title: Filtering with Grid widget for Syncfusion Essential MVC
description: How to enable filtering and its functionalities
title: Filtering in ASP.NET MVC Grid Control | Syncfusion
description: Learn here about filtering support in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more.
platform: ejmvc
control: Grid
documentation: ug
---
# Filtering
# Filtering in ASP.NET MVC Grid

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

Expand Down Expand Up @@ -65,7 +65,7 @@ The following code example describes the previous behavior.

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

![](filtering_images/filtering_img1.png)
![ASP.NET MVC Grid](filtering_images/filtering_img1.png)


## Menu filter
Expand Down Expand Up @@ -116,19 +116,19 @@ The following code example describes the previous behavior.

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

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

Numeric Filter

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

String Filter

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

Date Filter

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

Boolean Filter

Expand Down Expand Up @@ -175,7 +175,7 @@ The following code example describes the previous behavior.

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

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

### Filtering between values

Expand Down Expand Up @@ -232,7 +232,7 @@ The following code example describes the previous behavior.

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

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


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

The following image describes the previous mentioned behavior.

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


### Case sensitivity
Expand Down Expand Up @@ -286,7 +286,7 @@ The following code example describes the previous behavior.

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

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


## Filter bar
Expand Down Expand Up @@ -469,7 +469,7 @@ The following code example describes the previous behavior.

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

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


Filter bar modes:
Expand Down Expand Up @@ -523,7 +523,7 @@ The following code example describes the previous behavior.

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

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


## Filter Operators
Expand Down Expand Up @@ -761,7 +761,7 @@ namespace MVCSampleBrowser.Controllers

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

![](filtering_images/filtering_img11.png)
![ASP.NET MVC Grid Filter Operators](filtering_images/filtering_img11.png)
{:caption}
After Filtering

6 changes: 3 additions & 3 deletions aspnetmvc/Menu/Look-and-feel.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Look and feel | Menu | ASP.NET MVC | Syncfusion
description: look and feel
description: Learn here about look and feel support in Syncfusion Essential ASP.NET MVC Menu Control, its elements, and more.
platform: ejmvc
control: Menu
documentation: ug
---

# Look and feel
# Look and feel in ASP.NET MVC Menu

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

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

Following screenshot displays the output of the above code.

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

Look and feel of a Menu
{:.caption}