diff --git a/Jenkinsfile b/Jenkinsfile index 0dbab85f3..f17a591c1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ String platform='ASP.NET MVC'; { checkout scm - def branchCommit = '"' + 'https://api.gitlab.com/repos/syncfusion-content/asp.netmvc-docs/pulls/' + env.pullRequestId + '/files' + def branchCommit = '"' + 'https://api.github.com/repos/syncfusion-content/asp.netmvc-docs/pulls/' + env.pullRequestId + '/files' String branchCommitDetails = bat returnStdout: true, script: 'curl -H "Accept: application/vnd.github.v3+json" -u SyncfusionBuild:' + env.GithubBuildAutomation_PrivateToken + " " + branchCommit def ChangeFiles= branchCommitDetails.split('"filename": '); diff --git a/aspnetmvc/Grid/Exporting_images/Customizing-Themes_img2.png b/aspnetmvc/Grid/Exporting_images/Customizing-Themes_img2.png index af402e08e..ef8f73e8e 100644 Binary files a/aspnetmvc/Grid/Exporting_images/Customizing-Themes_img2.png and b/aspnetmvc/Grid/Exporting_images/Customizing-Themes_img2.png differ diff --git a/aspnetmvc/Grid/Filtering.md b/aspnetmvc/Grid/Filtering.md index c52049ab2..54898a33d 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 +description: Learn here all about Filtering support in Syncfusion 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) +![Filtering in 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) +![Filtering Numeric Filter in ASP.NET MVC Grid](filtering_images/filtering_img2.png) Numeric Filter -![](filtering_images/filtering_img3.png) +![Filtering String Filter in ASP.NET MVC Grid](filtering_images/filtering_img3.png) String Filter -![](filtering_images/filtering_img4.png) +![Filtering Date Filter in ASP.NET MVC Grid](filtering_images/filtering_img4.png) Date Filter -![](filtering_images/filtering_img5.png) +![Filtering Boolean Filter in ASP.NET MVC Grid](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) +![Filtering Excel like Filter in ASP.NET MVC Grid](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) +![Filtering Checkbox list generation in ASP.NET MVC Grid](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) +![Filtering Add current selection to filter checkbox in ASP.NET MVC Grid](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) +![Filtering Case Sensitivity in ASP.NET MVC Grid](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) +![Filtering Filter bar modes in ASP.NET MVC Grid](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) +![Filtering Filter bar message in ASP.NET MVC Grid](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) +![Filtering FilterBar template in ASP.NET MVC Grid](filtering_images/filtering_img11.png) {:caption} After Filtering diff --git a/aspnetmvc/Grid/Responsive_images/Responsive_img1.png b/aspnetmvc/Grid/Responsive_images/Responsive_img1.png index b9254b5b2..e56c3f489 100644 Binary files a/aspnetmvc/Grid/Responsive_images/Responsive_img1.png and b/aspnetmvc/Grid/Responsive_images/Responsive_img1.png differ diff --git a/aspnetmvc/Grid/Responsive_images/Responsive_img4.png b/aspnetmvc/Grid/Responsive_images/Responsive_img4.png index 67a0af9f9..de2761836 100644 Binary files a/aspnetmvc/Grid/Responsive_images/Responsive_img4.png and b/aspnetmvc/Grid/Responsive_images/Responsive_img4.png differ diff --git a/aspnetmvc/Grid/Responsive_images/Responsive_img6.png b/aspnetmvc/Grid/Responsive_images/Responsive_img6.png index 2a1f8ec47..7b19473e1 100644 Binary files a/aspnetmvc/Grid/Responsive_images/Responsive_img6.png and b/aspnetmvc/Grid/Responsive_images/Responsive_img6.png differ