New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

The template of the view footer. It can be a string or a Kendo Template.

ASP.NET
<telerik:RadAIPrompt runat="server" ID="RadAIPrompt1" Width="400px">
    <Views>
        <telerik:AIPromptView Name="PromptView" Type="Prompt" />
        <telerik:AIPromptView Name="CustomView" Type="Custom" ButtonIcon="pencil" ButtonText="Custom View" InitializeComponents="customFunction">
            <FooterTemplate>
                Custom Footer
            </FooterTemplate>
        </telerik:AIPromptView>
    </Views>
</telerik:RadAIPrompt>
JavaScript
function customFunction() {
    alert("View initialized")
}
In this article
Footer Template
Not finding the help you need?
Contact Support