Skip to content

RadInlineAIAssistant: Add documentation. - #3188

Merged
martinivanoff merged 2 commits into
masterfrom
martinivanoff/master/inlineaiassistant-docs
Aug 7, 2026
Merged

RadInlineAIAssistant: Add documentation.#3188
martinivanoff merged 2 commits into
masterfrom
martinivanoff/master/inlineaiassistant-docs

Conversation

@martinivanoff

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI lite review requested due to automatic review settings August 5, 2026 10:32

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Adds first-party documentation content for the new RadInlineAIAssistant control and wires it into the docs navigation so it appears in the Controls list and site structure.

Changes:

  • Adds a new controls/radinlineaiassistant/ documentation section (overview, getting started, commands, interaction providers, responses, events, visual structure).
  • Registers the new control in docs-builder.yml and adds it to the main controls index (introduction.md).
  • Updates the RadPivotGrid “Export to Excel” article wording for XlsxFormatProvider.

Reviewed changes

Copilot reviewed 12 out of 21 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
introduction.md Adds InlineAIAssistant to the controls landing-page list.
docs-builder.yml Adds navigation metadata entry for controls/radinlineaiassistant.
controls/radpivotgrid/features/export.md Updates the Excel-export narrative (namespace/type wording).
controls/radinlineaiassistant/overview.md New overview page for RadInlineAIAssistant.
controls/radinlineaiassistant/visual-structure.md New visual structure/terminology page.
controls/radinlineaiassistant/getting-started.md New getting started tutorial for attaching/using the assistant.
controls/radinlineaiassistant/configuring-interaction-providers.md New guidance on built-in/custom interaction providers.
controls/radinlineaiassistant/commands.md New commands configuration article.
controls/radinlineaiassistant/handling-responses.md New guidance on immediate/streamed responses and templating.
controls/radinlineaiassistant/events.md New events reference page.
controls/radinlineaiassistant/customizing-appearance.md New appearance customization article.
controls/radinlineaiassistant/_meta.yml Marks the section as new via metadata.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

* __Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml__

In order to export RadPivotGrid to xlsx format (Excel file), you have to use `XlsxFormatProvider` from *Telerik.Windows.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx* namespace. The XlsxFormatProvider has `Export` method, which has two arguments - first one is a `Workbook` that has to be exported and the second one is the output stream. In our case we'll create a simple Workbook (instance of *Telerik.Windows.Documents.Spreadsheet.Model.Workbook*) with a single Worksheet (instance of *Telerik.Windows.Documents.Spreadsheet.Model.Workbook*) in it.
In order to export RadPivotGrid to xlsx format (Excel file), you have to use `XlsxFormatProvider` from *Telerik.Documents.Spreadsheet.FormatProviders.OpenXml.Xlsx* namespace. The XlsxFormatProvider has `Export` method, which has two arguments - first one is a `Workbook` that has to be exported and the second one is the output stream. In our case we'll create a simple Workbook (instance of *Telerik.Documents.Spreadsheet.Model.Workbook*) with a single Worksheet (instance of *Telerik.Documents.Spreadsheet.Model.Workbook*) in it.
Comment on lines +29 to +31
* __Send prompt button__—Pressing the button sends action that raises the `PromptRequest` event.

* __Prompt suggestions commands__—User defined commands that allows you to setup a predefined prompt suggestions.

![WPF RadInlineAIAssistant with a Customized Watermark Content](images/radinlineaiassistant-customizing-appearance-001.png)

<!-- TODO: attach screenshot showing the customized watermark content -->
Comment thread controls/radinlineaiassistant/events.md Outdated
```XAML
<Window.Resources>
<DataTemplate x:Key="CustomResponseTemplate">
<telerikChat:InlineAIAssistantResponse ResponseText="{Binding ResponseText}" Background="Bisque"/>
@martinivanoff
martinivanoff merged commit 9f21668 into master Aug 7, 2026
@martinivanoff
martinivanoff deleted the martinivanoff/master/inlineaiassistant-docs branch August 7, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants