Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comments

Grids | DataValidation: RemoteValidation/CheckUniqueEmailAddress - post->get (#32241)#32261

Merged
mpreyskurantov merged 1 commit intoDevExpress:26_1 from
mpreyskurantov:26_1-32241
Jan 22, 2026
Merged

Grids | DataValidation: RemoteValidation/CheckUniqueEmailAddress - post->get (#32241) #32261
mpreyskurantov merged 1 commit intoDevExpress:26_1 from
mpreyskurantov:26_1-32241

Conversation

@mpreyskurantov
Copy link
Contributor

@mpreyskurantov mpreyskurantov commented Jan 21, 2026

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the remote email validation endpoint calls from POST to GET across DataGrid and CardView DataValidation demos for all frameworks (jQuery, Angular, React, Vue). The change refactors URL handling by introducing a baseUrl constant and modifies the HTTP request method along with the data passing mechanism to use query parameters instead of JSON body.

Changes:

  • Changed HTTP method from POST to GET for email validation requests
  • Replaced JSON body serialization with query parameter encoding using URLSearchParams (or equivalent framework methods)
  • Introduced baseUrl constant for better URL management in DataGrid demos

Reviewed changes

Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.

Show a summary per file
File Description
apps/demos/Demos/DataGrid/DataValidation/jQuery/index.js Converted POST to GET, added baseUrl constant, removed JSON.stringify and contentType
apps/demos/Demos/DataGrid/DataValidation/Vue/App.vue Converted POST to GET using URLSearchParams, added baseUrl constant
apps/demos/Demos/DataGrid/DataValidation/ReactJs/App.js Converted POST to GET using URLSearchParams, added baseUrl constant
apps/demos/Demos/DataGrid/DataValidation/React/App.tsx Converted POST to GET using URLSearchParams, added baseUrl constant
apps/demos/Demos/DataGrid/DataValidation/Angular/app/app.component.ts Converted POST to GET using HttpClient params option, added baseUrl property
apps/demos/Demos/CardView/DataValidation/jQuery/index.js Converted POST to GET, removed JSON.stringify and contentType
apps/demos/Demos/CardView/DataValidation/Vue/App.vue Converted POST to GET using URLSearchParams
apps/demos/Demos/CardView/DataValidation/ReactJs/App.js Converted POST to GET using URLSearchParams
apps/demos/Demos/CardView/DataValidation/React/App.tsx Converted POST to GET using URLSearchParams
apps/demos/Demos/CardView/DataValidation/Angular/app/app.component.ts Converted POST to GET using HttpClient params option

@mpreyskurantov mpreyskurantov merged commit 1d9d32c into DevExpress:26_1 Jan 22, 2026
121 of 123 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

Copilot code review Copilot Copilot left review comments

@Raushen Raushen Raushen approved these changes

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /