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 |
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.
{{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