From e8a5f91b9bf1ff6cd778b404ee7b153538b06d82 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 15 Nov 2018 20:06:03 +0300 Subject: [PATCH 1/8] add file list to readme --- Readme.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Readme.md b/Readme.md index 5ab723d..580e554 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,13 @@ + +*Files to look at*: + +* [DashboardConfig.cs](./CS/MvcDashboard_ServerExport/App_Start/DashboardConfig.cs) (VB: [DashboardConfig.vb](./VB/MvcDashboard_ServerExport/App_Start/DashboardConfig.vb)) +* [HomeController.cs](./CS/MvcDashboard_ServerExport/Controllers/HomeController.cs) (VB: [HomeController.vb](./VB/MvcDashboard_ServerExport/Controllers/HomeController.vb)) +* [Global.asax.cs](./CS/MvcDashboard_ServerExport/Global.asax.cs) (VB: [Global.asax.vb](./VB/MvcDashboard_ServerExport/Global.asax.vb)) +* [DashboardExport.js](./CS/MvcDashboard_ServerExport/Scripts/DashboardExport.js) (VB: [DashboardExport.js](./VB/MvcDashboard_ServerExport/Scripts/DashboardExport.js)) +* [Index.cshtml](./CS/MvcDashboard_ServerExport/Views/Home/Index.cshtml) +* [_rootLayout.cshtml](./CS/MvcDashboard_ServerExport/Views/Shared/_rootLayout.cshtml) + # ASP.NET MVC Dashboard - How to implement server-side export From 21590d20e06e25b4e8fae41f21b87ce0507e6457 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 5 Feb 2019 12:27:33 +0300 Subject: [PATCH 2/8] Source auto update [skip ci] --- .../MvcDashboard_ServerExport.csproj | 65 +++++++------- CS/MvcDashboard_ServerExport/Web.config | 82 +++++++++--------- .../MvcDashboard_ServerExport.vbproj | 65 +++++++------- VB/MvcDashboard_ServerExport/Views/Web.config | 2 +- VB/MvcDashboard_ServerExport/Web.config | 84 +++++++++---------- 5 files changed, 150 insertions(+), 148 deletions(-) diff --git a/CS/MvcDashboard_ServerExport/MvcDashboard_ServerExport.csproj b/CS/MvcDashboard_ServerExport/MvcDashboard_ServerExport.csproj index a5ab69d..33ad6d7 100644 --- a/CS/MvcDashboard_ServerExport/MvcDashboard_ServerExport.csproj +++ b/CS/MvcDashboard_ServerExport/MvcDashboard_ServerExport.csproj @@ -1,4 +1,4 @@ - + @@ -98,36 +98,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ..\packages\Microsoft.AspNet.WebPages.Data.3.2.3\lib\net45\WebMatrix.Data.dll @@ -212,4 +213,4 @@ - \ No newline at end of file + diff --git a/CS/MvcDashboard_ServerExport/Web.config b/CS/MvcDashboard_ServerExport/Web.config index 4baa3fc..02239b5 100644 --- a/CS/MvcDashboard_ServerExport/Web.config +++ b/CS/MvcDashboard_ServerExport/Web.config @@ -6,11 +6,11 @@ -
-
-
-
-
+
+
+
+
+
@@ -30,36 +30,36 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -81,11 +81,11 @@ - - + + - + @@ -93,11 +93,11 @@ - + - - + + diff --git a/VB/MvcDashboard_ServerExport/MvcDashboard_ServerExport.vbproj b/VB/MvcDashboard_ServerExport/MvcDashboard_ServerExport.vbproj index 210c456..10b2c1e 100644 --- a/VB/MvcDashboard_ServerExport/MvcDashboard_ServerExport.vbproj +++ b/VB/MvcDashboard_ServerExport/MvcDashboard_ServerExport.vbproj @@ -1,4 +1,4 @@ - + @@ -113,36 +113,37 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ..\packages\Microsoft.AspNet.WebPages.Data.3.2.3\lib\net45\WebMatrix.Data.dll @@ -227,4 +228,4 @@ - \ No newline at end of file + diff --git a/VB/MvcDashboard_ServerExport/Views/Web.config b/VB/MvcDashboard_ServerExport/Views/Web.config index 822777f..ae824bd 100644 --- a/VB/MvcDashboard_ServerExport/Views/Web.config +++ b/VB/MvcDashboard_ServerExport/Views/Web.config @@ -1,4 +1,4 @@ - + diff --git a/VB/MvcDashboard_ServerExport/Web.config b/VB/MvcDashboard_ServerExport/Web.config index 296ece7..02239b5 100644 --- a/VB/MvcDashboard_ServerExport/Web.config +++ b/VB/MvcDashboard_ServerExport/Web.config @@ -1,4 +1,4 @@ - + +![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128579131/17.1.3%2B) +[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T590027) +[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) + *Files to look at*: From 1b19050f58272bd4366ff87a0f69d34fa1a79e37 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 26 Jun 2024 09:22:24 +0400 Subject: [PATCH 5/8] README auto update [skip ci] --- Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Readme.md b/Readme.md index 0463778..41fa0ad 100644 --- a/Readme.md +++ b/Readme.md @@ -2,6 +2,7 @@ ![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/128579131/17.1.3%2B) [![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T590027) [![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183) +[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives) *Files to look at*: @@ -24,3 +25,10 @@ This example demonstrates how to export a dashboard displayed using the  + +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-dashboard-implement-server-side-export&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-mvc-dashboard-implement-server-side-export&~~~was_helpful=no) + +(you will be redirected to DevExpress.com to submit your response) + From 5fed010e71c203edff0a8413689ad36d75663cc4 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 9 Oct 2024 14:41:13 +0300 Subject: [PATCH 6/8] Created a new file vale.yml [skip ci] --- .github/workflows/vale.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .github/workflows/vale.yml diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml new file mode 100644 index 0000000..adadc73 --- /dev/null +++ b/.github/workflows/vale.yml @@ -0,0 +1,26 @@ +name: vale-validation +on: + pull_request: + paths: + - README.md + +jobs: + vale: + name: runner / vale + runs-on: ubuntu-latest + steps: + - name: clone repo + uses: actions/checkout@v4 + - name: clone vale-styles repo + uses: actions/checkout@v4 + with: + repository: DevExpress/vale-styles + path: vale-styles + ssh-key: ${{ secrets.VALE_STYLES_ACCESS_KEY }} + - name: copy vale rules to the root repo + run: shopt -s dotglob && cp -r ./vale-styles/vale/* . + - name: vale linter check + uses: DevExpress/vale-action@reviewdog + with: + files: README.md + fail_on_error: true From 14589276406dcd4a3e67589820bca20937519146 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 15 Oct 2024 11:02:21 +0400 Subject: [PATCH 7/8] Vale auto update [skip ci] --- .github/workflows/vale.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index adadc73..068c35b 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -24,3 +24,5 @@ jobs: with: files: README.md fail_on_error: true + filter_mode: nofilter + reporter: github-check From e941dd7099573fad9654333f271032b11977ab3b Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Mon, 3 Mar 2025 18:35:26 +0400 Subject: [PATCH 8/8] Vale auto update [skip ci] --- .github/workflows/vale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 068c35b..fc11f81 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -3,6 +3,8 @@ on: pull_request: paths: - README.md + - readme.md + - Readme.md jobs: vale: @@ -22,7 +24,7 @@ jobs: - name: vale linter check uses: DevExpress/vale-action@reviewdog with: - files: README.md + files: '["README.md", "readme.md", "Readme.md"]' fail_on_error: true filter_mode: nofilter reporter: github-check