Unplanned
Last Updated: 05 Mar 2024 09:16 by akshay
Created by: akshay
Comments: 0
Category: CloudUpload
Type: Feature Request
0

We would like to request updating the Azure library for uploading files to Azure Blob Storage.

The WindowsAzure.Storage library has been deprecated and is no longer maintained.

Unplanned
Last Updated: 05 Mar 2024 08:47 by ADMIN
PdfViewer throws the JavaScript exception "Right-hand side of 'instanceof' is not an object" when clicking on the search button to search for words.
Unplanned
Last Updated: 30 Jan 2024 08:25 by Chris

We have recently implemented the Signature control into our Web Forms application using the latest version of Telerik UI Controls for Asp.Net Ajax.

We are having an issue where if the signature control isn’t in the main focus when it loads (for example the control is in a tab that isn't initially the main focus) - the signature stroke is distorted.

In addition, when you maximize the signing area - it has the same distorted view.

Unplanned
Last Updated: 29 Jan 2024 16:16 by Wayne
Created by: Wayne
Comments: 3
Category: MultiColumnComboBox
Type: Bug Report
0

(copy of Selection bug MultiColumnComboBox in UI for ASP.NET AJAX | Telerik Forums)

Steps:

1. Go to Telerik Web UI MultiColumnComboBox WebForms MultiColumnComboBox Overview Demo | Telerik UI for ASP.NET AJAX

2. Enter "ha" select some records

3. Hover mouse over any of dropdown records

4. Click out of the dropdown to close it

5. Textbox keeps "ha" but the message below reads that You have selected Thomas Hardy whose ID is AROUT. They are a Sales Representative at Around the Horn however, nothing has been selected.

Is it expected ?
If it's a bug and having a long cycle to fixing bugs could you recommend any workaround?

Unplanned
Last Updated: 25 Jan 2024 16:33 by Raul

The issue can be replicated in the OLAP and KPIs Support demo.

Steps to replicate the issue:

  • Add an item to the "Row Fields" by checking the checkbox of the item in the "All Fields" panel
  • Remove the item from the "Row Fields" by unchecking the checkbox of the item in the "All Fields" panel
  • Click the Update button
  • After the PostBack the PivotGrid will display the Item in the "Row Fields" despite it was removed soon after adding it.
Unplanned
Last Updated: 18 Jan 2024 12:41 by ADMIN
ADMIN
Created by: Rumen
Comments: 10
Category: ScriptManager
Type: Feature Request
9
Subresource Integrity is a fairly new security scheme for protecting against malicious script obtained from third-party source (CDNs). It requires that the script tag include a hash of the script content so the browser can verify that it has not been altered.

Telerik controls generate a bunch of script tags for cloudfront.net. It would be swell if the script tags would include the extra attributes necessary to implement subresource integrity. Is this in the roadmap? 

Mozilla provides a security analysis tool which highlights this issue. Look at the results for telerik.com here -> https://observatory.mozilla.org/analyze/www.telerik.com. 

More info available on 
https://infosec.mozilla.org/guidelines/web_security#subresource-integrity
https://www.w3.org/TR/SRI/
Unplanned
Last Updated: 18 Jan 2024 10:32 by Dev
When making a partial PostBack while the Combos are inside a RadAjaxPanel, the components initialize in the reverse order, where the last Combo initializes first, the second to last initializes next, and so on. This way, the Child combos can't access the Parent's values as the parent is not initialized at that time.
Unplanned
Last Updated: 19 Dec 2023 09:32 by ADMIN
Created by: Rumen
Comments: 2
Category: Theme Builder
Type: Feature Request
2
Provide the ability to import and modify an existing theme built with the ASP.NET AJAX ThemeBuilder app.
Unplanned
Last Updated: 11 Dec 2023 09:41 by Nitin
Created by: Nitin
Comments: 0
Category: TreeMap
Type: Bug Report
0

When both Telerik TreeMap and Kendo UI Heatmap are placed on the same page, the Kendo scripts are failing with the following exception:

Uncaught TypeError: Cannot read properties of undefined (reading '0')

Unplanned
Last Updated: 07 Dec 2023 14:04 by Ray

Steps to replicate the issue:

  • Set the computer's Time Zone to CST (Central Standard Time) which is UTC -6:00.
  • Enable Daylight Saving
  • Open VS and create a new Page with a DatePicker in it (basic settings)
  • Select the date "4/1/2023" and picking the time "2:00 AM" jumps to "3:00 AM"

Important: for the Time Zone changes to have effect, the Visual Studio solution has to be closed/re-opened.

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>
Unplanned
Last Updated: 30 Oct 2023 13:37 by ADMIN
ADMIN
Created by: Plamen
Comments: 0
Category: DropDownTree
Type: Feature Request
3

			
Unplanned
Last Updated: 24 Oct 2023 13:50 by ADMIN
Due to recent changes to the keyboard accessibility of the RadMenu (i.e. it is now only accessible using the arrow keys instead of moving around using tabs), mega menus are no longer keyboard accessible.

We have designed a mega menu using a telerik RadSiteMap embedded in a RadMenu control, as suggested in the Telerik Demo site: http://demos.telerik.com/aspnet-ajax/menu/examples/megadropdown/defaultcs.aspx

However, this is no longer accessible. Previously, you could open the dropdown by pressing the down button, then move around in the dropdown using tab. Now, however, pressing tab just closes the dropdown.

We need the menu to be accessible in one way or another.
Unplanned
Last Updated: 18 Oct 2023 11:15 by ADMIN
When using a RadGrid with static headers and grouping, columns and column headers are misaligned 
Unplanned
Last Updated: 12 Oct 2023 13:02 by ADMIN
Created by: Ganesh
Comments: 1
Category: Editor
Type: Feature Request
0

Hello Team,

In Editor, proportional resize of image (by holding Shift and dragging) is not working unlike in Word.

Could you please suggestion for adding the same in Editor.


Thanks.

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.

Unplanned
Last Updated: 18 Sep 2023 11:57 by ADMIN

Setting EnableEmbeddedSkins="false" in RadGrid when FilterType="HeaderContext" is not applied to the ListBox (filterCheckList) hence the following error is thrown:

Telerik.Web.UI.RadGrid+RadListBoxShared with ID='filterCheckList' was unable to find an embedded skin with the name 'MY_THEME'   

 

Unplanned
Last Updated: 18 Sep 2023 07:38 by ADMIN

The submenu with filtering options has elements that overflow the sliding element:

Unplanned
Last Updated: 07 Sep 2023 08:26 by ADMIN
Created by: David
Comments: 1
Category: Editor
Type: Feature Request
0

When inserting video in Telerik Editor, radEditor by default inserts it using <embed>.
This element is not supported by Edge. Many modern browsers now support/recommend to use of the <video> tag.
So, that it will render video in most of Chromium browsers out there.

 

 

Unplanned
Last Updated: 30 Aug 2023 09:41 by ADMIN
Created by: mathieu
Comments: 1
Category: DropDownList
Type: Bug Report
1

Hi Telerik team,

Using DropDownList with 4 items, setting visibility of the third one to false (either directly in apsx definition or setting it at page load event), display is OK, but when selecting the fourth and submitting the changes, server see the third one selected.

Attached is a project reproducing ths issue.

1 2 3 4 5 6