Unplanned
Last Updated: 18 Apr 2024 09:59 by omti
Created by: omti
Comments: 0
Category: PivotGrid
Type: Bug Report
0

When the RadPivotGrid is Ajaxified from the RadAjaxManager, the paging functionality doesn't work as intended.

Steps to reproduce: 

  1. Have an Ajaxified PivotGrid
  2. Change the page size (from 10 to 20)
  3. Click the go to next/previous page or first/last page button
In Development
Last Updated: 18 Apr 2024 09:41 by ADMIN
Scheduled for 2024 Q2
Created by: reinout
Comments: 3
Category: Editor
Type: Bug Report
0

When I want to clear a class in the RadEditor the class is cleared in the hyperlink manager, but not in the area in the footer of the RadEditor.

If 'clear class' is selected nothing happens.

Completed
Last Updated: 10 Apr 2024 15:31 by ADMIN
Release 2024 Q2
Created by: Wayne
Comments: 1
Category: MultiColumnComboBox
Type: Bug Report
0
The close icon is vertically misaligned

Steps to reproduce:

1. Go to https://demos.telerik.com/aspnet-ajax/multicolumncombobox/overview/defaultcs.aspx

2. Enter any text in the filter

3. See that the X icon is misaligned 
Completed
Last Updated: 10 Apr 2024 10:33 by ADMIN
Release 2024 Q2

When using Metro skin, if I click on a disabled button (Undo, Redo, Unlink and so on), its icon disappears until I click outside it.

https://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx?skin=Metro

This does not happen with MetroTouch, Silk or Default skin. How do I replicate the same behavior with Metro skin?

Need More Info
Last Updated: 10 Apr 2024 10:27 by ADMIN
Created by: Tracey Schneider
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

Hello,

Sometimes the context menu isn't positioned correctly when it pops up for the first time, or after you scroll the page or do a browser zoom. I've attached an example reported by our tester. I've checked your technical support and have found this:

https://feedback.telerik.com/aspnet-ajax/1374622-context-menus-mispositioned-after-page-scroll-when-contentareamode-div?_ga=2.47056743.1148387732.1712639084-795296971.1689564005&_gl=1*1fbejbs*_ga*Nzk1Mjk2OTcxLjE2ODk1NjQwMDU.*_ga_9JSNBCSF54*MTcxMjcwNTQxNS42NS4xLjE3MTI3MDY1NTUuNjAuMC4w*_gcl_au*MTk5NTg1MzE3OS4xNzEyMjAwMDcy

I've tried setting the render mode to Lightweight (originally set to Auto), but unfortunately no luck.

Is this something that is fixed in a later version of the editor, or do you have another fix/workaround?

Thank you in advance,

Gerald

 

 

Completed
Last Updated: 09 Apr 2024 16:02 by ADMIN
Release 2024 Q2
Created by: Frank
Comments: 1
Category: TreeView
Type: Bug Report
0

We are trying to make our website accessible using Wave and one thing we are struggling with is TreeViews with checkboxes enabled. Sometimes the checkbox is rendered as a span element and sometimes as an input element. In the second case Wave is recognizing an error for each node as the input element is not associated with its neighbouring text. You can see this on your own website: https://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/checkboxes/defaultcs.aspx. For the server side tree the checkboxes are rendered as inputs and there is no label associated with it.

This behaviour doesn't change when I set EnableAriaSupport="true".

Unplanned
Last Updated: 09 Apr 2024 15:59 by ADMIN
Scheduled for R3 2022
Created by: David
Comments: 0
Category: TreeView
Type: Feature Request
2

WAVE tool indicates errors in RadTreeView when CheckBoxes are enabled for the Control:

Completed
Last Updated: 09 Apr 2024 14:50 by ADMIN
Release 2024 Q2
Created by: Laurentiu Stamat
Comments: 1
Category: PdfViewer
Type: Bug Report
0

Bug report
Text cannot be selected in the RadPdfViewer with pdfjs v3.4.120 or newer.

Current behavior
Text cannot be selected

Expected/desired behavior
Text should be selectable

 

Reproduction demos:

Example 1

    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.sandbox.min.js"></script>
    
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.worker.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf_viewer.min.js"></script>
    <script type="text/javascript">
        window.pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf.worker.js';
    </script>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.11.174/pdf_viewer.min.css" type="text/css" rel="stylesheet" />

t>

    <telerik:RadPdfViewer ID="TKPdfViewer" runat="server" Width="100%">
        <ToolBarSettings Items="pager, zoom, toggleSelection, search, download, print, spacer" />
        <PdfjsProcessingSettings File="TestPDF.pdf">
        </PdfjsProcessingSettings>
    </telerik:RadPdfViewer>

Example 2

    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.sandbox.min.js"></script>
    
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.worker.min.js"></script>
    <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf_viewer.min.js"></script>
    <script type="text/javascript">
        window.pdfjsLib.GlobalWorkerOptions.workerSrc = 'https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf.worker.js';
    </script>
    <link href="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/3.4.120/pdf_viewer.min.css" type="text/css" rel="stylesheet" />

t>

    <telerik:RadPdfViewer ID="TKPdfViewer" runat="server" Width="100%">
        <ToolBarSettings Items="pager, zoom, toggleSelection, search, download, print, spacer" />
        <PdfjsProcessingSettings File="TestPDF.pdf">
        </PdfjsProcessingSettings>
    </telerik:RadPdfViewer>

Completed
Last Updated: 09 Apr 2024 11:45 by ADMIN
ADMIN
Created by: Kostadin
Comments: 2
Category: Grid
Type: Bug Report
4

			
Unplanned
Last Updated: 09 Apr 2024 10:20 by Scott
Created by: Scott
Comments: 0
Category: AsyncUpload
Type: Feature Request
1
The current implementation of the AsyncUpload uses its built-in file appender methods, and we would like an option to customize this.
Unplanned
Last Updated: 04 Apr 2024 15:06 by ADMIN
Created by: Valerio
Comments: 3
Category: PdfViewer
Type: Feature Request
8

Hi,

 

is there a way to applay for a Page rotation on RadPdfViewer?

I cannot find nothing about.

 

Thx,

Valerio

Unplanned
Last Updated: 03 Apr 2024 20:07 by ADMIN
Created by: Muhammad Jamil Nawaz
Comments: 1
Category: AutoCompleteBox
Type: Bug Report
0

Hi,

We have a problem in our application, where when the user is typing the text to the input field of auto completed. After pressing "@" the text starts shaking. I tried to reproduce the same issue with online demo.

https://demos.telerik.com/aspnet-ajax/autocompletebox/examples/functionality/rendermodes/defaultcs.aspx

Use render mode Classic.

https://www.loom.com/share/1d67206ea642465d88a01606687fd042?sid=584b1dcd-c5da-45b1-80b2-8297e78d1239

In the render mode Lightweight, the text is always shaking but in the Classic render mode, when the "@" typed, the text is shaking. 

The customer reported this as production issue in our application. Please suggest the solution of this asap.

Regards,
Jamil

Completed
Last Updated: 12 Mar 2024 10:11 by ADMIN
Release 2024 Q2
Created by: miksh
Comments: 0
Category: MultiColumnComboBox
Type: Bug Report
0

When search dropdown is open in MultiColumnComboBox and you scroll the page (e.g. by mouse wheel) the dropdown is immediately closed which is quite inconvenient.

Both Combobox and DropDownList keep the dropdown opened when you are scrolling the page.

Could you fix it?
Any temp workaround?

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.
Completed
Last Updated: 27 Feb 2024 11:47 by Atanas2
Release R3 2023
The contrast between the colors for the background and the text in the Tooltip of the Chart series is very low (dark background and black text). https://www.screencast.com/t/fhx6937j

The problem is most obvious in the Outlook, Simple, Web20 and Sunset skins. 

Workaround would be  setting the Color property for the ToolTipAppearance to White

Pending Review
Last Updated: 22 Feb 2024 14:52 by ADMIN
Scheduled for 2024 Q2 (15.05.2024)
Suddenly all my projects tell me to 'Convert to Telerik Web Site' but they all are already are?

All projects are affected. If I try to convert and choose a different skin this seems to affect the installation, but the button 'Convert to Telerik Web Site' is still visible.

Is there a way to fix this?
Completed
Last Updated: 13 Feb 2024 09:35 by ADMIN
In R3 2016 SP1 when a RadEditor with RenderMode=Classic is disposed and RadScriptManager is used, a JavaScript error is thrown:
IE:  Object doesn't support property or method 'dispose'
Chrome: Uncaught TypeError: this._contextMenuFunctionality.dispose is not a function

FIXED in R3 2016 SP2 (2016.3.1027)

There are three workarounds:
- Set EnableScriptCombine to false for the RadScriptManager (not applicable when CDN is used)
- OR set RenderMode=Lightweight for the RadEditor (you can do this in the web.config for all control instance in the web app if they do not define the Classic mode exiplicitly)
- OR add the following function override at the end of your page:

			<telerik:RadScriptManager ID="RadScriptManager1" runat="server" >
			</telerik:RadScriptManager>

			<%-- WORKAROUND 1: SET EnableScriptCombine="false" TO RADSCRIPTMANAGER--%>

			<asp:Button ID="Button1" Text="click to postback and break the editor" runat="server" />

			<telerik:RadEditor ID="txtInstructions" runat="server">
			</telerik:RadEditor>

			<%-- WORKAROUND 2: SET RenderMode="Lightweight" TO RADEDITOR--%>


			<%--WORKAROUND 3: ADD THE FOLLOWING SCRIPT TO THE END OF THE FORM--%>
			<script>

				Telerik.Web.UI.Editor.DefaultToolAdapter.prototype.dispose = function ()
				{
					delete this._fakeToolbarParentCreated;
					var toolbars = this._getToolBarElements();
					if (toolbars) {
						for (var i = 0; i < toolbars.length; i++) {
							$clearHandlers(toolbars[i]);
						}
					}
					this._tools = [];
					this._disposeToolbarModeHandlers();
					var wnd = this._toolbarHolder;
					if (wnd && wnd.dispose) wnd.dispose();
					var contextMenuFunctionality = this._contextMenuFunctionality;
					if (contextMenuFunctionality && contextMenuFunctionality.dispose) contextMenuFunctionality.dispose();
					Telerik.Web.UI.Editor.DefaultToolAdapter.callBaseMethod(this, "dispose");
				}
			</script>
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?

1 2 3 4 5 6