Pending Review
Last Updated: 23 Jan 2024 12:13 by ADMIN
Scheduled for 2024 Q2 (15.05.2024)

Hello

I have an ASP.NET Ajax Telerik Solution (site) that has a web site project and a library project.  The solution was developed almost 8 years ago and so far I've been able to upgrade telerik controls  several times without any problem. Now, when I tried to upgrade the Telerik controls using the Upgrade Wizard Project only shows the class library as you can see in the attached picture.

To replicate this beahavior:

1. Create a new Telerik VB Webform Site
2. Add a Class Library Net Framework project to the solution.
3. Add a reference to Telerik.Web.UI to the Class Library project (optional).
4. Save and close solution.
5. Reopen it and run the Telerik Upgrade Wizard Project.

It only shows the Class Library project ...

Completed
Last Updated: 16 Jan 2024 13:15 by ADMIN
Release 2024 Q1
Created by: Sheng
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

When the grid has a horizontal scroll bar displayed, we can't scroll the table horizontally using keyboard only.  If testing using the Siteimprove Accessibility Checker, we will get the issue "Scrollable element is not keyboard accessible".

The reason is that when the RadGrid is rendered, the horizontal scroll bar is render as a separate <div> out of the data table, and the horizontal scroll bar doesn’t have a tabindex, so there’s no way to put focus on it using keyboard.  Can you add tabindex="0" to the horizontal scroll bar?

 

Completed
Last Updated: 02 Jan 2024 15:04 by ADMIN

When assigning multiple resources and percentages, the first item in list always goes back to 100%.

It saves back to UI correctly but as soon as you leave or refresh page it goes back to 100% on first item and that's what's saved in database.

The online demo has the same code but demo doesn't save at all to test.

See attached screen shots.

Unplanned
Last Updated: 15 Nov 2023 14:35 by Roger
Created by: Roger
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0
For security reasons SRI is getting more important over time. For compliance reasons I am forced to secure external applications for my clients.

In my AJAX web applications I am using RadScriptManager. However, it seems that the "integrity" directive is not supported by RadScriptReference.

E.g.:

<telerik:RadScriptManager ID="RadScriptManager1" runat="server">
    <Scripts>
            <telerik:RadScriptReference  Path="https://code.jquery.com/jquery-3.7.1.js" integrity="sha384-NdBrHQkGhjPzZhn" crossorigin="anonymous" />
        <telerik:RadScriptReference Path="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous" />
    </Scripts>
</telerik:RadScriptManager>
Pending Review
Last Updated: 25 Oct 2023 15:08 by Randall
Created by: Randall
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Requesting Keyboard navigation be implemented for the Org Chart control to support 508 Accessibility.
Completed
Last Updated: 24 Oct 2023 12:39 by ADMIN
Created by: shane
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Hi,
I am using ASP.NET AJAX Q1 2011 SP2. My IT department has notified me that there is a security vulnerability with Telerik UI for ASP.NET AJAX RadAsyncUpload . NET Deserialization Vulnerability. Please advise how this issue can be resolved.
Unplanned
Last Updated: 28 Sep 2023 12:04 by ADMIN
Created by: Erich
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

In case where the y-axis minimum value < 0 the x-axis label appears below the y=0 line and not below the chat.  I am however able move the x-axis label to be below the chart by setting RadHTMLChart.PlotArea.YAxis.AxisCrossingValue = the minimum value on the y-axis. 

However the y=0 line on the chart is no longer prominent on the chart.  I was advised to use a jQuery-type solution to move the label without affecting the appearance of the y=0 line on the chart:


 <telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
         <script>
             function kendoChartInitializing(sender, args) {               
                 //move just the Title of the axis
                 args.xAxis.title.padding = { top: 80 }                        
             }
         </script>

Please provide a code-behind or design time feature to set this property instead of resorting to a jQuery-type method.

Duplicated
Last Updated: 28 Sep 2023 11:57 by ADMIN
Created by: Erich
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

Instead of using jQuery-type script (kendo?), please provide functionality to the RadHTMLChart to specify label properties of a RadHTMLChart series.  For example (background colour, padding and border)


<telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
         <script>
             function kendoChartInitializing(sender, args) {
                 var series = args.series;
                 for (var i = 0; i < series.length; i++) {                   
                     series[i].labels.background = "white";
                     series[i].labels.padding = 4;
                     series[i].labels.border = { width: 1, dashType: "solid", color: "black" }
                 }                                
             }
         </script>

Duplicated
Last Updated: 28 Sep 2023 11:54 by ADMIN

Instead of using jQuery-type script (kendo?), please provide functionality to the RadHTMLChart to specify MinSize and MaxSize properties of the RadHTMLChart.

Instead of the following:

<telerik:RadScriptManager ID="RadScriptManager1" runat="server"></telerik:RadScriptManager>
         <script>
             function kendoChartInitializing(sender, args) {
                 var series = args.series;
                 for (var i = 0; i < series.length; i++) {
                     series[i].maxSize = 30;
                     series[i].minSize = 10;
                     
                 }                             
             }
         </script>
provide a way to set a min and max value on the y-axis and the x-axis for that matter.  
Completed
Last Updated: 07 Sep 2023 11:15 by ADMIN
Created by: Simon
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Telerik document shows upgraded Rad components support WCAG 2.0,  section 508, not sure any plan or target date to upgrade Rad components support WCAG 2.1?
Unplanned
Last Updated: 04 Aug 2023 09:21 by Raphael
Created by: Raphael
Comments: 8
Category: UI for ASP.NET AJAX
Type: Feature Request
0

Right now when hiding individual entries in RadHtmlChart the percentage will change so that the visible items always add up to 100%.

For the data we're displaying, we need to have an option for the percentage to still be the original percentage.

For example. if there are five items that are 20% each, if I hide one I want the other four to remain at 20% and the total to now only add up to 80%.

The current behaviour would instead change these all to 25% each with the total being 100%, which for our purposes is displaying inaccurate data to the user.

Unplanned
Last Updated: 01 Aug 2023 08:52 by ADMIN
Created by: Charlie
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

Currently, it's not possible to add Alt text to ImageGalleryItem. By Default it will add "Main Image" as alt.

We can do it in Image Thumbnail but not in the Image Gallery Item, this causes issue with the W3CAG which requires to add alt text to image.

It will be great add on if we can implement this feature to make RadImageGallery accessible.

Unplanned
Last Updated: 25 Jul 2023 07:16 by ADMIN
Created by: Keith
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0

We have requirements for 3 HtmlCharts showing related data, all with the same dates on the X-axis. There would be too much data to put all series on a single chart.

Each chart has a Navigator. When we want to view a timeframe different to the default, all charts must have the Navigator adjusted separately. It would be a useful feature if a single navigator could change the display of multiple charts.

Completed
Last Updated: 12 Jul 2023 15:23 by ADMIN
ADMIN
Created by: Pavlina
Comments: 6
Category: UI for ASP.NET AJAX
Type: Bug Report
3

			
Completed
Last Updated: 05 Jul 2023 11:57 by ADMIN
Release R2 2023 SP1
Created by: Doncho
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
The behavior can be replicated in the Circular Gauge live demo by showing/hiding scale labels. Use the ScaleLabels Visible checkbox in the demo configurator.
Completed
Last Updated: 03 Jul 2023 15:48 by ADMIN
Release R2 2023 SP1
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

Bug report
It is not possible to print a PDF through the PDFViewer print tool on Desktop Chrome and Android Chrome.

Reproduction of the problem
Load PDFViewer Basic Usage demo and tap on Print tool - https://demos.telerik.com/aspnet-ajax/pdfviewer/overview/defaultcs.aspx
Current behavior
Android - "There was a problem printing the page. Please try again." - no preview
Windows - the Print dialog shows and closes automatically

Expected/desired behavior
Print preview is available, allowing you to find a printer and print


Completed
Last Updated: 21 Jun 2023 12:45 by ADMIN
Created by: Adam
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

Hi Telerik,

Just a heads-up - some of the demo pages are generating errors:

Server Error in '/aspnet-ajax' Application.

Runtime Error

Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated.

 

I have found this on:

https://demos.telerik.com/aspnet-ajax/errorpageresources.aspx?aspxerrorpath=/aspnet-ajax/grid/examples/overview/defaultcs.aspx

https://demos.telerik.com/aspnet-ajax/errorpageresources.aspx?aspxerrorpath=/aspnet-ajax/htmlchart/examples/overview/defaultcs.aspx

 

Need More Info
Last Updated: 30 May 2023 08:35 by ADMIN
Created by: eDAD
Comments: 3
Category: UI for ASP.NET AJAX
Type: Bug Report
0

Test Environment:

OS: Windows_11

Version: 22H2
OS Build: 22598.200
Browser: Version 104.0.1293.70 (Official Build) (64-bit)
  1. Open URL: https://demos.telerik.com/aspnet-ajax/grid/examples/overview/defaultcs.aspx   page in Edge Browser.
  2. TAB to the grid container.
  3. Observe the issue that the grid container is receiving focus.

Actual Behavior:

Focus moves on non-interactive controls.

Expected Behavior:

Focus shouldn't go to the non-interactive element in table content.

Unplanned
Last Updated: 03 May 2023 14:53 by ADMIN
Created by: Alan
Comments: 5
Category: UI for ASP.NET AJAX
Type: Feature Request
0

Hi,

A Feature suggestion to develop a drag-drop Interactive Forms builder, rather than programmatically design a Form. This Feature would simplify and reduce design time to create an Interactive Form for a Designer/User and could be directly integrated into existing applications.

https://docs.telerik.com/devtools/document-processing/libraries/radpdfprocessing/model/interactive-forms/overview

Alan

Unplanned
Last Updated: 25 Apr 2023 13:08 by ADMIN

Dear staff I know this post

https://www.telerik.com/support/code-library/detecting-changes-to-the-radeditor

But in any case the component RadEditor have the method 'OnTextChanged' in the client side.

Probably, id it doesn't works, is better to remove it.

 

Thanks

Renato

1 2 3 4 5 6