diff --git a/aspnetmvc/FileExplorer/Context-Menu.md b/aspnetmvc/FileExplorer/Context-Menu.md index 12242fcb1..9edd21124 100644 --- a/aspnetmvc/FileExplorer/Context-Menu.md +++ b/aspnetmvc/FileExplorer/Context-Menu.md @@ -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. @@ -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 diff --git a/aspnetmvc/Grid/Filtering.md b/aspnetmvc/Grid/Filtering.md index c52049ab2..c92baeec6 100644 --- a/aspnetmvc/Grid/Filtering.md +++ b/aspnetmvc/Grid/Filtering.md @@ -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`. @@ -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 @@ -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 @@ -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 @@ -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: @@ -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 @@ -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 @@ -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: @@ -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 @@ -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 diff --git a/aspnetmvc/Menu/Look-and-feel.md b/aspnetmvc/Menu/Look-and-feel.md index 7d7701b83..e624df672 100644 --- a/aspnetmvc/Menu/Look-and-feel.md +++ b/aspnetmvc/Menu/Look-and-feel.md @@ -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. @@ -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}