Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
128 views

I want to use the Radeditor to edit HTML data.  However, I have a special image editor that I want to execute when the user double clicks on certain images in the document.  Is this possible with Radeditor?  Can I execute Javascript in the editor?

Thanks,

Arthur

Arthur
Top achievements
Rank 1
 asked on 09 May 2023
0 answers
124 views

Dear Telerik Team,

We have purchased Telerik UI for ASP.NET AJAX UI 2010.1519. Now we are facing vulnerable issues as it is using jQuery 1.4.2.

One of the Telerik doc tells that

When Telerik upgraded jQuery version to 3.3.1, it faces incompatibilities with the MS AJAX framework and its __doPostBack() method. Due to which, Telerik downgraded jQuery version Telerik UI for ASP.NET AJAX R1 2019 - present are using a modified jQuery version 1.12.4 that includes security vulnerability backport fixes.

Is there a fix to overcome this issue other than upgrading the Telerik version to 2019 or greater?

1 answer
128 views

I would like to add a hyper link to the node of an Org Chart, and I tried to add like:


<telerik:RadOrgChart>
<ItemTemplate>
<div class="abc">
<a herf="abc.abc">test link</a>
But it won't work. The hyperlink is not even clickable. Can anyone tell me how to add hyperlink to OrgChart?
yuki
Top achievements
Rank 2
Iron
Iron
Iron
 updated answer on 08 May 2023
0 answers
106 views
As described in the titel, could someone give me some suggestions? Much appreciated.
yuki
Top achievements
Rank 2
Iron
Iron
Iron
 asked on 08 May 2023
0 answers
97 views
Resolved
Ross
Top achievements
Rank 1
Iron
 updated question on 05 May 2023
0 answers
780 views

Our system was probed using the url:    /Telerik.Web.UI.WebResource.axd?type=rau

which produced this frightening message:

{ "message" : "RadAsyncUpload handler is registered succesfully, however, it may not be accessed directly." }

I stopped getting that message after I disabled the Upload Handler in the web.config:

<add key="Telerik.Web.DisableAsyncUploadHandler" value="true"/>

But my question is, how can I tell if my system (Windows 2012) has been compromised

Thank you,

Steven

 

Steven
Top achievements
Rank 1
Iron
 asked on 04 May 2023
0 answers
133 views

I have a barchart, and at first I bind a datatable to this chart, it shows properly. Then when I click on a button, I would like the bar chart to show nothing (not clear series, because later on I need this chart to show another datatable), so I set Chart1.DataSource = null; Chart1.Databind();

But this is not working. The data on the chart keeps showing even if I set a null as its datasource. What's wrong? Please help! Thanks.

yuki
Top achievements
Rank 2
Iron
Iron
Iron
 asked on 03 May 2023
2 answers
159 views
Hi
i am using  2013.2.625.40 and i saw below link

http://demos.telerik.com/aspnet-ajax/dropdowntree/examples/applicationscenarios/dropdowntreeingrid/defaultcs.aspx

can i use in my version if not can you please let me know how to do or any working sample

SelectedValue='<%#Bind("EmployeeID") %>' is not available in my version

Thanks
Senthil
Attila Antal
Telerik team
 updated question on 03 May 2023
0 answers
117 views

Hello,

I am trying to implement the Amazon S3 FileBrowserContentProvider to download file from S3 bucket using the function (ForceDownlodFile)

The file gets downloaded properly upon fileclick the RadWindow is opened and the file gets downloaded.

How to hide the RadWindow from code-behind?

 

Thanks

Michel

Michel
Top achievements
Rank 1
 updated question on 02 May 2023
0 answers
112 views

This is an odd problem that started yesterday. It has been working fine for years. It happens in all browsers.

In all my RadGrid pages, they all open correctly, and immediately the grid resizes to less than a line. If I change the browser between full screen and not full, the grid displays properly. So, every time I look at a list, I must change the window size mode - not a good work around for a product.

I have no idea what to even look at to solve this sudden out of nowhere problem.

All grids use a similar host code definition.

  RadGrid signupGrid = SignupGrid;
                signupGrid.NeedDataSource += new GridNeedDataSourceEventHandler(AdminGrid_NeedDataSource);
                signupGrid.Skin = "Default";
                signupGrid.AutoGenerateColumns = false;
                signupGrid.EnableViewState = false;
                signupGrid.GroupingEnabled = false;
                signupGrid.AllowPaging = true;
                signupGrid.PageSize = 100;
                signupGrid.Height = Unit.Percentage(100);
                signupGrid.EnableHeaderContextMenu = true;
                signupGrid.AllowSorting = true;
                signupGrid.AllowFilteringByColumn = true;
                signupGrid.AllowMultiRowSelection = false;
                signupGrid.AllowAutomaticDeletes = true;

                signupGrid.ClientSettings.EnableRowHoverStyle = true;
                signupGrid.ClientSettings.Selecting.AllowRowSelect = true;
                signupGrid.ClientSettings.Selecting.EnableDragToSelectRows = true;
                signupGrid.ClientSettings.ReorderColumnsOnClient = true;
                signupGrid.ClientSettings.AllowColumnsReorder = true;
                signupGrid.ClientSettings.ColumnsReorderMethod = GridClientSettings.GridColumnsReorderMethod.Reorder;
                signupGrid.ClientSettings.Virtualization.EnableVirtualization = true;
                signupGrid.ClientSettings.Virtualization.InitiallyCachedItemsCount = 2000;
                signupGrid.ClientSettings.Scrolling.AllowScroll = true;
                signupGrid.ClientSettings.Scrolling.UseStaticHeaders = true;
                signupGrid.ClientSettings.Scrolling.ScrollHeight = Unit.Percentage(100);
                signupGrid.ClientSettings.Resizing.AllowColumnResize = true;
                signupGrid.PagerStyle.Mode = GridPagerMode.NextPrevNumericAndAdvanced;
                signupGrid.GroupingSettings.CaseSensitive = false;

                               --- column definitions ---

The browser definition where windowPercent is height:100%

    <div id="GridDiv" runat="server" >
        <asp:panel runat="server" ID="Panel1"  CssClass="windowPercent" >
            <telerik:RadGrid runat="server" ID="SignupGrid" OnItemCommand="Grid_ItemCommand" ActiveItemStyle-VerticalAlign="Bottom" >
                <ClientSettings>
                    <ClientEvents OnRowDblClick="RowDblClick" />
               </ClientSettings>
            </telerik:RadGrid>
        </asp:panel>
    </div>

Any help or ideas to try are greatly appreciated.

George

              
George
Top achievements
Rank 1
 asked on 30 Apr 2023
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?