Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,9 @@ inheritsType: AIAssistant
Configures the {WidgetName} AI Assistant.

---
<!-- Description goes here -->
<!-- Description goes here -->

#include common-demobutton-named with {
url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AIAssistant/",
name: "DataGrid - AI Assistant"
}
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ The following code snippet lists available commands with their arguments:
};
selectByIndexes: {
indexes: number[];
mode: 'select' | 'deselect';
};
selectAll: {};
deselectAll: {};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,9 @@ generateTypeLink:
Configures the {WidgetName} AI Assistant.

---
<!-- Description goes here -->
<!-- Description goes here -->

#include common-demobutton-named with {
url: "https://js.devexpress.com/Demos/WidgetsGallery/Demo/DataGrid/AIAssistant/",
name: "DataGrid - AI Assistant"
}
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ The following code snippet lists available commands with their arguments:
};
selectByIndexes: {
indexes: number[];
mode: 'select' | 'deselect';
};
selectAll: {};
deselectAll: {};
Expand Down
8 changes: 4 additions & 4 deletions concepts/Common/Whats New/00 v26.1 Release Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Once you've reviewed the features/capabilities introduced in our v26.1 release c
##### jQuery

- [Migration to a Single License Key for All DevExpress Products](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-migration-to-a-single-license-key-for-all-devexpress-products)
- [DataGrid and TreeList — AI Assistant (CTP)](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-datagrid-and-treelist-ai-assistant)
- [DataGrid and TreeList — AI Assistant](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-datagrid-and-treelist-ai-assistant)
- [DevExtreme AI Agent Skills](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-ai-agent-skills)
- [Chat Enhancements](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-chat-enhancements)
- [Speech to Text](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-chat-enhancements-speech-to-text)
Expand Down Expand Up @@ -46,7 +46,7 @@ Once you've reviewed the features/capabilities introduced in our v26.1 release c
##### Angular

- [Migration to a Single License Key for All DevExpress Products](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-migration-to-a-single-license-key-for-all-devexpress-products)
- [DataGrid and TreeList — AI Assistant (CTP)](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-datagrid-and-treelist-ai-assistant)
- [DataGrid and TreeList — AI Assistant](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-datagrid-and-treelist-ai-assistant)
- [DevExtreme AI Agent Skills](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-ai-agent-skills)
- [Chat Enhancements](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-chat-enhancements)
- [Speech to Text](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-chat-enhancements-speech-to-text)
Expand Down Expand Up @@ -77,7 +77,7 @@ Once you've reviewed the features/capabilities introduced in our v26.1 release c
##### Vue

- [Migration to a Single License Key for All DevExpress Products](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-migration-to-a-single-license-key-for-all-devexpress-products)
- [DataGrid and TreeList — AI Assistant (CTP)](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-datagrid-and-treelist-ai-assistant)
- [DataGrid and TreeList — AI Assistant](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-datagrid-and-treelist-ai-assistant)
- [DevExtreme AI Agent Skills](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-ai-agent-skills)
- [Chat Enhancements](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-chat-enhancements)
- [Speech to Text](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-chat-enhancements-speech-to-text)
Expand Down Expand Up @@ -105,7 +105,7 @@ Once you've reviewed the features/capabilities introduced in our v26.1 release c
##### React

- [Migration to a Single License Key for All DevExpress Products](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-migration-to-a-single-license-key-for-all-devexpress-products)
- [DataGrid and TreeList — AI Assistant (CTP)](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-datagrid-and-treelist-ai-assistant)
- [DataGrid and TreeList — AI Assistant](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-datagrid-and-treelist-ai-assistant)
- [DevExtreme AI Agent Skills](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-ai-agent-skills)
- [Chat Enhancements](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-chat-enhancements)
- [Speech to Text](https://www.devexpress.com/subscriptions/new-2026-1.xml#js-chat-enhancements-speech-to-text)
Expand Down
Loading