Telerik Forums
UI for ASP.NET AJAX Forum
10 answers
732 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
358 views
Hi,

I am working on the hierarchical radgrid and displaying data using code behind data binding, also  I am using  AllowKeyboardNavigation = "true" and AllowActiveRowCycle = "true" and <Selecting AllowRowSelect="true"> for the client settings of my RadGrid. My Grid is in an UpdatePannel.

My requirement is when my grid is refreshed then the selected row should be selected and the scroll bar position should be at the same  location but now when it is refreshing scroll bar is moved to the top of the grid at first and then it coms back to the selected position(flickering). this is happening when  I am clicking on the grid rows and also using the "UP ARROW" key to the radgrid.

could you please help me on the above requirement?

Thanks and Regards,
Eyup
Telerik team
 answered on 26 Dec 2019
4 answers
220 views

The version I use is 2015 Q2.  The ComboBox will display unnecessary vertical scroll bar in the dropdown list when "CheckBoxes" is used.

How to depress the vertical scroll bar when it's not needed?

 

        <telerik:RadComboBox ID="RadComboBox1" Runat="server" CheckBoxes="True">
            <Items>
                <telerik:RadComboBoxItem Text="Apple" Value="1" />
                <telerik:RadComboBoxItem Text="Banana" Value="2" />
                <telerik:RadComboBoxItem Text="Pear" Value="3" />
            </Items>
        </telerik:RadComboBox>

Peter Milchev
Telerik team
 answered on 25 Dec 2019
10 answers
663 views
When clicking on a GridCheckBoxColumn (The actual Check box) and the grid is in Batch Edit mode, the cell is not editable. You can click outside of the check box to make the cell editable but clicking on the check box does nothing. You can see this here in your own demo

http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

Can this be fixed? The other controls on the grid can be directly clicked to turn editable so its not intuitive at all for end users. 

Thanks
Eyup
Telerik team
 answered on 25 Dec 2019
3 answers
104 views

Using a radcombobox which allows typing. if you put the cursor in the textbox the Home?end keys do not work. In previous versions the Home/End key moves the cursor to the begin/end of the typed text. You can see this isn't working on your demo site https://demos.telerik.com/aspnet-ajax/combobox/examples/overview/defaultcs.aspx

This was working in version 2018.2.710.45 but broken in version 2019.3.917.45

Eyup
Telerik team
 answered on 25 Dec 2019
3 answers
207 views

Hello,

Currently we are using the below Telerik editor and we have a Div tag inside an anchor tag and noticed the when we switch from html to design it completely changes the html structure. Does Telerik have a fix for this issue since this is a valid html

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

Expected HTML
<div class="image-container"><a href="~/media/9e240848ab264358a85b71a5ef739fbb.ashx?w=900" data-lightbox="9E240848-AB26-4358-A85B-71A5EF739FBB" name="AD7175-2-PR_9E240848-AB26-4358-A85B-71A5EF739FBB"></a><div class="icon-zoom"><a href="~/media/9e240848ab264358a85b71a5ef739fbb.ashx?w=900" data-lightbox="9E240848-AB26-4358-A85B-71A5EF739FBB" name="AD7175-2-PR_9E240848-AB26-4358-A85B-71A5EF739FBB"> test</a></div></div>

Telerik is change it to , as you notice it adds additional anchor tags

<div class="image-container"><a href="~/media/9e240848ab264358a85b71a5ef739fbb.ashx?w=900" data-lightbox="9E240848-AB26-4358-A85B-71A5EF739FBB" name="AD7175-2-PR_9E240848-AB26-4358-A85B-71A5EF739FBB">
</a>
<div class="icon-zoom"><a href="~/media/9e240848ab264358a85b71a5ef739fbb.ashx?w=900" data-lightbox="9E240848-AB26-4358-A85B-71A5EF739FBB" name="AD7175-2-PR_9E240848-AB26-4358-A85B-71A5EF739FBB"> test</a></div>
</div>

Please advise how this can be fixed.

Rumen
Telerik team
 answered on 23 Dec 2019
7 answers
399 views
Hi all I would like to show a pop up on cancel event of both insert and edit of radgrid. Means when ever user clicks on cancel I would like to show a popup saying are you sure you want to cancel if yes means I would like to cancel the update or insert. If no I would like to make insert and edit as it is can some one help me
Eyup
Telerik team
 answered on 23 Dec 2019
5 answers
182 views

Hello, 

I am attempting to insert a small image next to the text as the content on all the diagram shapes using Server-side programming. I have attempted the following on 'code behind'.

DiagramShape.ContentSettings.Html = "<img src=\"" + path + "\"/>" + text;

 As i understand, the diagram gets rendered using SVG, and this <img> gets replaced with an svg <image> tag and the proper attributes. The svg image elements look fine, however multiple shapes often have the same path in my case, and only the first instance of each path actually results in the image being displayed (all subsequent instances have height=0 and width=0). 

Anyone ideas on how to make this work? Or how to achieve the desired effect using server-side programming?

<g transform="matrix(1,0,0,1,540,0)">
<path d="M0 0 L 90 0 90 30 0 30Z" stroke-width="0" fill="#428bca" transform="matrix(1,0,0,1,0,0)"></path>
  <g transform="matrix(1,0,0,1,7,7.5)">
    <g transform="matrix(1,0,0,1,1000000,1000000)">
      <g>
        <g clip-path="url(#kdef29)"></g>
        <text style="font:normal normal normal 11px Tahoma, Arial, sans-serif;" x="-999984" y="-999987" stroke="none" fill="rgb(51, 51, 51)">text1</text>
        <g>
          <g clip-path="url(#kdef30)"></g>
          <image preserveAspectRatio="none" x="-1000000" y="-1000000" width="16px" height="13px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/folder/image.gif" clip-path="url(#kdef31)"></image>
</g></g></g></g></g> </p>
 

<g transform="matrix(1,0,0,1,540,0)"><path d="M0 0 L 90 0 90 30 0 30Z" stroke-width="0" fill="#428bca" transform="matrix(1,0,0,1,0,0)"></path><g transform="matrix(1,0,0,1,7,7.5)"><g transform="matrix(1,0,0,1,1000000,1000000)"><g><g clip-path="url(#kdef29)"></g><text style="font:normal normal normal 11px Tahoma, Arial, sans-serif;" x="-999984" y="-999987" stroke="none" fill="rgb(51, 51, 51)">Introduction</text><g><g clip-path="url(#kdef30)"></g><image preserveAspectRatio="none" x="-1000000" y="-1000000" width="16px" height="13px" xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://localhost:51758/CourseAuthoring_WebApp/theme/default/common/icons/s_1Media1TextJump_sm.gif" clip-path="url(#kdef31)"></image></g></g></g></g></g> 

 

Thank you very much,

Jason

Raimundo
Top achievements
Rank 1
 answered on 22 Dec 2019
2 answers
307 views

Hi,

i am trying to pull up data into RadDropDownList on EditItemTemplate from Vendors Table which has two columns VendorID and VendorName. But this RadGrid datasouce bound to anther table which is ItemDescription table with multiple columns along with VendorID and VendorName. All i am looking for when user will add the item in the grid, popup vendors name and give them ability to select and save it to ItemDescription table and when they will edit the existing item display vendor name as read only.

Note: i was able to pull up data from vendors Table and save only VendorId into ItemDescription table, not VendorName though

Thanks in advanced!

Attila Antal
Telerik team
 answered on 20 Dec 2019
2 answers
201 views

Hello,

It seems that tap and hold context menus are not working for our iPad users on the latest iOS version(13.1.2).  We are able to reproduce the issue with our inhouse iPad even when using  Telerik's Demo.

Has this been reported yet?  Any workarounds?

Peter Milchev
Telerik team
 answered on 20 Dec 2019
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?