diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml
new file mode 100644
index 0000000..fc11f81
--- /dev/null
+++ b/.github/workflows/vale.yml
@@ -0,0 +1,30 @@
+name: vale-validation
+on:
+ pull_request:
+ paths:
+ - README.md
+ - readme.md
+ - 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", "readme.md", "Readme.md"]'
+ fail_on_error: true
+ filter_mode: nofilter
+ reporter: github-check
diff --git a/Readme.md b/Readme.md
index db9c17c..8bbb943 100644
--- a/Readme.md
+++ b/Readme.md
@@ -2,6 +2,7 @@

[](https://supportcenter.devexpress.com/ticket/details/T495684)
[](https://docs.devexpress.com/GeneralInformation/403183)
+[](#does-this-example-address-your-development-requirementsobjectives)
*Files to look at*:
@@ -11,9 +12,6 @@
* [ParameterValues.js](./CS/ASPxDashboard_SetParameterValues/Scripts/ParameterValues.js) (VB: [ParameterValues.js](./VB/ASPxDashboard_SetParameterValues/Scripts/ParameterValues.js))
# ASPxDashboard - How to specify dashboard parameter values on the client side
-
-**[[Run Online]](https://codecentral.devexpress.com/128580011/)**
-
This example demonstrates how to change dashboard parameter values in the ASPxDashboard control on the client side using the ASPxClientDashboard.GetParameters method.
In this example, parameter values are specified using the ASPxClientDashboardParameter.SetValue method. The ASPxClientDashboard.ShowParametersDialog method is used to invoke the Dashboard Parameters dialog that displays applied parameter values.
@@ -21,3 +19,10 @@ This example demonstrates how to change dashboard parameter values in the ASPxD
+
+## Does this example address your development requirements/objectives?
+
+[
](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=web-forms-dashboard-specify-dashboard-parameter-values-on-the-client&~~~was_helpful=yes) [
](https://www.devexpress.com/support/examples/survey.xml?utm_source=github&utm_campaign=web-forms-dashboard-specify-dashboard-parameter-values-on-the-client&~~~was_helpful=no)
+
+(you will be redirected to DevExpress.com to submit your response)
+