From 02464e47d8f4638d74865aee16da92f1d7809b90 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 17 Sep 2024 22:20:46 +0400 Subject: [PATCH 01/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 0abafaa845219bd99af9a80c3c5ff0ce759202ee Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 17 Sep 2024 22:22:49 +0400 Subject: [PATCH 02/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 22f96787e588959862774f8a4e554d18a708b414 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 9 Oct 2024 14:43:52 +0300 Subject: [PATCH 03/35] 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 2c60c68b512e22909d6fe01acd22d4d47a836902 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 15 Oct 2024 11:16:22 +0400 Subject: [PATCH 04/35] 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 5d427882c2b6743ca8cc650ef72b1087d86079fa Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 29 Oct 2024 22:41:06 +0400 Subject: [PATCH 05/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 0e14e3e560af40da1d36f0a7b44c36b25c480a82 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 29 Oct 2024 22:42:20 +0400 Subject: [PATCH 06/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 19f8b5e9b5016be4a30d333bdf8969bfbafee345 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 29 Oct 2024 22:42:45 +0400 Subject: [PATCH 07/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From fa744e04d581c4fca8262bf673faab004694cd8e Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 29 Oct 2024 22:42:49 +0400 Subject: [PATCH 08/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From f1bfedb0a6bd43e408f2d6795e210cc40d8f75ce Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 21 Jan 2025 22:20:32 +0400 Subject: [PATCH 09/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 31c7c7b277e80d99d26690082fc1ccacfd4522c6 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 21 Jan 2025 22:25:07 +0400 Subject: [PATCH 10/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 1561c278ea97eb702a096499f5365c7cdf8ac975 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 12 Feb 2025 20:42:28 +0400 Subject: [PATCH 11/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From b3f074eaa3c50923355c86ba2bed6b0da8f1e1e9 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 12 Feb 2025 20:42:42 +0400 Subject: [PATCH 12/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From b0e7e9eac433017069f8f1f13e7485aedc6bc1ed Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 12 Feb 2025 20:43:07 +0400 Subject: [PATCH 13/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 12f4cd6dcfb767c323d16bd3c7e2e01c3509d026 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 12 Feb 2025 20:43:22 +0400 Subject: [PATCH 14/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 57726a0b2185452799fe89633bd51d77c2b8f303 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 12 Feb 2025 20:43:50 +0400 Subject: [PATCH 15/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 869e5aa58290d26cef2c140ac6b7f63f7f25d104 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 12 Feb 2025 20:45:13 +0400 Subject: [PATCH 16/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From c767f1aaa54ff23721a1431d1a9210f396b617ab Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Fri, 14 Feb 2025 04:27:17 +0400 Subject: [PATCH 17/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 968d49c1eb0b395debc593071f592aa50ef5db6f Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Fri, 14 Feb 2025 04:30:48 +0400 Subject: [PATCH 18/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 1b1718ebc4f029e3a8524d1e66211fb432bf4493 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Mon, 3 Mar 2025 19:09:03 +0400 Subject: [PATCH 19/35] 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 From cccf1c03360db742f2c644c78142aad463690d3b Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 20 Mar 2025 01:22:51 +0400 Subject: [PATCH 20/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From af12dcd963a1b500c8e618a21dc0347b8d30098a Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 20 Mar 2025 01:24:26 +0400 Subject: [PATCH 21/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From d27b8d8f18efc4d73a6a6f7cb621f794567e7152 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 29 Apr 2025 22:20:09 +0400 Subject: [PATCH 22/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 9a42be0149c2140e98f147d3332e5a81248f5a51 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 29 Apr 2025 22:21:43 +0400 Subject: [PATCH 23/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From d7814677e72e4e80899737004e07e138116e31da Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 1 May 2025 01:19:37 +0400 Subject: [PATCH 24/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From e9c48bcd42ba71a495bd43603c2f5d03a52f440e Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 1 May 2025 01:21:25 +0400 Subject: [PATCH 25/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 65f768e96114cd504f68525b00aa97a20c3d45c7 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 17 Jun 2025 22:21:11 +0400 Subject: [PATCH 26/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 9923d9fb1c2d6bcc62e440fe40a441007c7b739b Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 17 Jun 2025 22:23:29 +0400 Subject: [PATCH 27/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 10ab0880842cf0a8512424f4a1510981dc504e69 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 2 Sep 2025 19:22:40 +0400 Subject: [PATCH 28/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From fbe07a9d0a810e81038d0d51b5e7bae2a33431c8 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Tue, 2 Sep 2025 19:28:44 +0400 Subject: [PATCH 29/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From cb821228a47cb51e6972ca0ebdef44334a1cbfed Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 10 Sep 2025 01:25:27 +0400 Subject: [PATCH 30/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 446a9efcbefee9c92d81f8752e4aa16677611bd7 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Wed, 10 Sep 2025 01:27:51 +0400 Subject: [PATCH 31/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 3f8eebfad1528496239d6fe99599841bab951f13 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 11 Sep 2025 02:07:49 +0400 Subject: [PATCH 32/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From af2e0722040543804ce9177432473f7e21b2e9d7 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Thu, 11 Sep 2025 02:24:33 +0400 Subject: [PATCH 33/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From fb56921f9ed0ca441a97c90f9ef19766c28a64c3 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Sat, 13 Sep 2025 07:43:42 +0400 Subject: [PATCH 34/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index 60dab62..d01c7d1 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response) From 08e5b2580605fbc14e99400919a4f215550e3083 Mon Sep 17 00:00:00 2001 From: DevExpressExampleBot Date: Sat, 13 Sep 2025 10:23:35 +0400 Subject: [PATCH 35/35] README auto update [skip ci] --- Readme.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index d01c7d1..60dab62 100644 --- a/Readme.md +++ b/Readme.md @@ -29,9 +29,9 @@ This example shows how to switch between the [Web Dashboard](https://docs.devexp - [Dashboard for MVC - How to Switch between Designer and Viewer Modes](https://github.com/DevExpress-Examples/asp-net-mvc-dashboard-switch-between-designer-and-viewer-on-client) -## Does this example address your development requirements/objectives? - -[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) - +## Does this example address your development requirements/objectives? + +[](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=yes) [](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=asp-net-web-forms-dashboard-switch-between-designer-and-viewer-on-client&~~~was_helpful=no) + (you will be redirected to DevExpress.com to submit your response)