You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -9,24 +9,24 @@ This example integrates an AI assistant to DevExpress Blazor Components. User re
9
9
10
10
With an [Azure OpenAI Assistant](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/assistant) integrated in our AI-chat component, you can filter and manipulate data, generate document summaries, and ask context-aware questions about report content, table data, and more — all within the user interface.
11
11
12
-
This example demonstrates the following DevExpress Blazor Components:
12
+
This example showcases the following DevExpress Blazor Components:
13
13
14
-
-[Blazor Data Grid](https://www.devexpress.com/blazor/data-grid/)
The Grid is bound to a project management data that tracks tasks or issues across various projects. It includes details like task subject, owner and assignee, status, priority, and key dates (created, modified, fixed). You can ask the AI Assistant questions about task data:
17
-
-What tasks should the team focus on first?
18
-
-How many tasks are currently marked as New?
19
-
-What tasks are of the highest priority for Mike Roller?
16
+
The Grid component displays project management data. You can use the AI Assistant to:
17
+
-Identify tasks to prioritize.
18
+
-Count tasks with a specific status.
19
+
-Filter tasks by owner or priority.
20
20
21
21
Implementation details: [Add an AI Assistant to Blazor Grid](#add-an-ai-assistant-to-grid).
The Report Viewer presents multiple reports bound to different data sources. The available reports include:
25
+
The Report Viewer includes several reports bound to different data. Use the AI Assistant to interact with report data, for example:
26
26
27
-
-The *Drill-Down Report* displays invoices where the expandable/collapsible sections list purchased products. You can ask the AI Assistant such as: Which invoice has the highest total order value? How many orders are currently in transit, pending, or delivered? What is the average order value per invoice?
28
-
-The *Market Share Report* includes sales figures, changes from the prior year, and current market share percentages for various regions and countries across different time periods. You can ask the AI Assistant such as: Which region had the highest market share in September? How did market share change for India? How does Canada’s market share growth compare to the USA’s?
29
-
-The *Restaurant Menu* includes multiple groups, each group represents a different category and sub-category of meals and beverages. You can ask the AI Assistant such as: What are the price ranges for the menu items? Are there any vegetarian or non-meat options on this menu?
27
+
-*Drill-Down Report*: Analyze invoice totals, delivery statuses, and averages.
28
+
-*Market Share Report*: Compare market share changes across regions.
29
+
-*Restaurant Menu*: Examine price ranges and categorize vegetarian options.
30
30
31
31
Implementation details: [Add an AI Assistant to Blazor Report Viewer](#add-an-ai-assistant-to-report-viewer).
0 commit comments