Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.07 KB

paging.md

File metadata and controls

32 lines (26 loc) · 1.07 KB
title page_title description slug tags published position
Paging
Paging
Check our "Paging" documentation article for the RadAIPrompt control.
radaiprompt-paging
paging, radaiprompt
true
8

Paging

The RadAIPrompt supports paging on the output items from the output view. To enable this functionality, you can utilize the following properties:

  • IsPagingEnabled—Enables or disables the paging functionality.
  • PageSize—Gets or sets the size of the page.
  • CurrentPageIndex—Gets or sets the current page index.

[XAML] Enabling the paging functionality

{{region radaiprompt-paging-0}} <telerik:RadAIPrompt x:Name="aiPrompt" PromptRequest="OnPromptRequested" IsPagingEnabled="True" PageSize="3"> <telerik:RadAIPromptInputItem /> <telerik:RadAIPromptOutputItem /> </telerik:RadAIPrompt> {{endregion}}

RadAIPrompt with paged data in the output view

WPF RadAIPrompt with paged data in the output view