Skip to content

AI Assistant: DataGrid - write JQuery demo#33562

Open
Raushen wants to merge 1 commit into
DevExpress:26_1from
Raushen:AIAssistant_jQuery
Open

AI Assistant: DataGrid - write JQuery demo#33562
Raushen wants to merge 1 commit into
DevExpress:26_1from
Raushen:AIAssistant_jQuery

Conversation

@Raushen
Copy link
Copy Markdown
Contributor

@Raushen Raushen commented May 12, 2026

No description provided.

@Raushen Raushen self-assigned this May 12, 2026
Copilot AI review requested due to automatic review settings May 12, 2026 16:31
@Raushen Raushen requested a review from a team as a code owner May 12, 2026 16:31
@Raushen Raushen added the 26_1 label May 12, 2026
Copy link
Copy Markdown
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

Adds a new DataGrid “AI Assistant” demo entry and implements the jQuery version of the demo, integrating DevExtreme’s aiIntegration with an Azure OpenAI-backed chat-completions endpoint.

Changes:

  • Added “AI Assistant” demo metadata under AI-powered Extensions → Data Grid and updated the existing DataGrid demo entry to use the “AI” badge and OpenAI module metadata.
  • Added a new jQuery demo implementation (index.js) that wires dxDataGrid.aiAssistant to an AIIntegration instance and provides suggestion prompts.
  • Added the jQuery demo HTML page (index.html) with required DevExtreme + AI integration scripts and OpenAI ESM import.

Reviewed changes

Copilot reviewed 3 out of 5 changed files in this pull request and generated 2 comments.

File Description
apps/demos/menuMeta.json Registers/updates the DataGrid “AI Assistant” demo in the demos navigation metadata.
apps/demos/Demos/DataGrid/AIAssistant/jQuery/index.js Implements the jQuery DataGrid AI Assistant demo logic and OpenAI request handling.
apps/demos/Demos/DataGrid/AIAssistant/jQuery/index.html Adds the jQuery demo page and script/style dependencies for the AI Assistant demo.

Comment on lines +163 to +164

chatInstance.option('dataSource').store.push([{ type: 'insert', data: message }]);
<div class="demo-container">
<div id="data-grid-demo">
<div id="gridContainer"></div>
<div id="popup"></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants