Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
41 views

I can get the render suggested actions to work when its loaded up, but when the user selects an option, i want to render more suggested options for them to select.  I have the onpost firing. What am i missing here. this code fires but i dont see the options appear in the chat window.

 

function onPost(e) {

    if (e.sender.options.user.name != 'Bot') {

        if (e.text == 'How do I..?') {
            var chat = $("#chat").data("kendoChat");
            chat.renderSuggestedActions([{
                title: "Option 1.",
                value: "Option 1."
            }, {
                title: "Option 2",
                value: "Option 2"
            }
          
            ]);
        }
Attila Antal
Telerik team
 answered on 21 Sep 2023
0 answers
732 views

Need to set friendly URLs for ASP classic web site running on IIS 7 .

There is this rules in my web.config

<rewrite>
        <rules>
            <rule name="chatter">
                <match url="^chatter/default.aspx?article=([0-9]+)" />
                <action type="Rewrite" url="chatter/article{R:1}.aspx" />
                <conditions>
            <add input="{QUERY_STRING}" pattern="^www\.SUB\.DOMAIN\.org$" />
                </conditions>
            </rule>
        </rules>
    </rewrite>

Nothing happens when I apply this rule. Please note there is subdomain included. Any help ?

    It seems like that the condition won't match. It is looking for query string to match the domain. 
    – amit_g
     Sep 7, 2015 at 19:44
  • You simply misunderstood what is URL rewrite so hope you can learn from basic examples. 
    – Lex Li
     Sep 8, 2015 at 1:58
  • and what is the URL rewrite 
Ahad
Top achievements
Rank 1
 updated question on 10 Apr 2023
1 answer
77 views
Is there any way I can work around ASP.NET AJAX RadChat control not having a setting for changing the single line input textbox (class=t-input) for message into a multi line textarea?
Rumen
Telerik team
 answered on 18 Oct 2022
1 answer
52 views
Hello,

I would like to group values in my pie chart, for example, unite all values less than 20%, how can I?

Thank you very much in advance
Peter Milchev
Telerik team
 answered on 17 Jun 2022
1 answer
94 views

Hi,

How to Get the file path of the file which is uploaded via RadChat ToolBar in ClientSide. I tried with this code and it gives me the only file name.

 

 <telerik:RadChat runat="server" ID="RadChat1" Skin="Default" RenderMode="Lightweight">
            <ClientEvents OnToolClick="OnToolClick"  OnLoad="onLoad"/>
            <ToolbarSettings Toggleable="true" Animation="true">
                <AnimationSettings>
                    <ExpandSettings Duration="500" Effects="expandVertical fadeIn" />
                    <CollapseSettings Duration="500" Effects="expandVertical fadeIn" />
                </AnimationSettings>
                <ButtonsCollection>
                    <telerik:ChatToolbarButton Name="UploadImage" IconClass="t-icon t-i-image" />
                </ButtonsCollection>
            </ToolbarSettings>
        </telerik:RadChat>
        <telerik:RadAsyncUpload runat="server" DropZones=".RadChat" AllowedFileExtensions=".bmp,.jpg,.jpeg,.png,.gif" CssClass="chat-upload" ID="RadAsyncUpload1" OnClientFileSelected="OnFileSelected">
        </telerik:RadAsyncUpload>

 

Reference

https://demos.telerik.com/aspnet-ajax/chat/toolbar/defaultcs.aspx

Vessy
Telerik team
 answered on 08 Sep 2021
1 answer
102 views

I tried to render an image attachment but it gives an empty bubble. Can anyone provide a working sample?

 

 

chat.renderAttachments({
            attachments: [{
                contentType: "image_card",
                content: {
                }
            }],
            attachmentLayout: "list"
        }, chat.get_user());
Vessy
Telerik team
 answered on 01 Sep 2021
1 answer
198 views

How to clear RadChat Messages in javascript? I tried clear and it didnt work

<telerik:RadChat runat="server" ID="RadChat1" Height="400px">
                <MessagesSettings Placeholder="Enter message here" />
</telerik:RadChat>

 

var radChat = $find("<%=RadChat1.ClientID %>");
radChat.clear()

 

 

Rumen
Telerik team
 answered on 24 Aug 2021
0 answers
58 views
How to use this chat tool for application user conversation and store their chat to database. When user login, he would to get his chat history with other members.
SURYA
Top achievements
Rank 2
 asked on 28 Jun 2020
10 answers
532 views

Hi,

I want integrate in my website the chatbot functionality, I found the component with the features that I need 

https://demos.telerik.com/aspnet-ajax/chat/overview/defaultcs.aspx

 

But for beginning you don't have some  tutorial about how integrate Google DialogFlow with this component?

If is done some tutorial will be great for evaluate the component and after decide if I purchase this package (asp.net UI ajax)

 

Thanks

Peter Milchev
Telerik team
 answered on 26 Dec 2019
3 answers
71 views

Whenever I include a link in the chat, it only shows as text.

 

How can I make the url display as a link and allow a user to click it?

Vessy
Telerik team
 answered on 02 Sep 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
horváth
Top achievements
Rank 2
Iron
Iron
Steve
Top achievements
Rank 2
Iron
Erkki
Top achievements
Rank 1
Iron
Mark
Top achievements
Rank 2
Iron
Iron
Veteran
Jakub
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?