Completed
Last Updated: 18 Apr 2017 13:22 by ADMIN
Completed
Last Updated: 22 Mar 2016 08:58 by Danny
ADMIN
Created by: Galin
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
0
When the Zip Skin archive is modified and uploaded to the SkinsAssemblyBuilder, the page throws a server error.
Completed
Last Updated: 17 Jun 2015 15:31 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
1
A Sys.WebForms.PageRequestManagerParserErrorException error is thrown sporadically on some demos in the QSF.


Steps to reproduce:
(The error is not reproducible every time on all machines so you can find attached a fiddler cap log from the reproduction):

1. Open http://demos.telerik.com/aspnet-ajax/imageeditor/examples/overview/defaultcs.aspx

2. Try to open the Crop dialog (in IE11)

Result: A script exception is thrown
SCRIPT5022: Sys.WebForms.PageRequestManagerParserErrorException: The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled.
Details: Error parsing near 'HwdlHwoCAh8LaB8MaGRk'.
File: Telerik.Web.UI.WebResource.axd, Line: 15, Column: 16485
Won't Fix
Last Updated: 01 Jun 2021 11:12 by ADMIN
ADMIN
Created by: Vessy
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
The long code lines in the QSF code viewer are very hard to read as the only way to get the horizontal scroll-bar is to reach the bottom of the page.
Declined
Last Updated: 07 Jun 2016 13:01 by ADMIN
Created by: Mai
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Dear Team,

I using Telerik for SharePoint on a page layout I am using the tag below

<telerik:RadHtmlField id="EnglishContent" FieldName="English Content" runat="server"> </telerik:RadHtmlField>

My customer requires to have a default text value inside this editor every time the user creates new page from the page layout. When I am trying to use rhe <content> tag I got an error that the tag content is not recognized as a Rad HTML Field tag.
Completed
Last Updated: 09 Jun 2015 13:00 by ADMIN
ADMIN
Created by: Ianko
Comments: 0
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Programmatic configuration of the data binding of markers is unavailable from the code behind.  

For example:
 RadMap1.DataBindings.MarkerBinding.DataShapeField = "Shape";
 RadMap1.DataBindings.MarkerBinding.DataTitleField = "City";
 RadMap1.DataBindings.MarkerBinding.DataLocationLatitudeField = "Latitude";
 RadMap1.DataBindings.MarkerBinding.DataLocationLongitudeField = "Longitude";
Completed
Last Updated: 16 Jun 2015 12:49 by ADMIN
Accepting tracked deleted block element will delete the following block element
Completed
Last Updated: 18 Mar 2016 14:45 by HaBo
Completed
Last Updated: 06 Jul 2015 07:15 by Suzy
Uploading a file when ExplorerMode is set to FileTree causes a JavaScript error in FileExplorer when the AsyncUpload is enabled.
Unplanned
Last Updated: 11 Jun 2021 09:31 by ADMIN
Created by: J
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
3
Create a tool that allows a powerpoint to be displayed in a web page.  
Extra bonus if it's able to include sound.  
It should have the usual controls at the bottom - forward, back, beginning, end.
The powerpoint page would change based on user clicks.

Completed
Last Updated: 29 Jun 2015 13:26 by Kevin Neumann
Completed
Last Updated: 23 Apr 2015 13:26 by ADMIN
Completed
Last Updated: 09 Oct 2015 06:13 by ADMIN
According to current implementation of paste functionality for IE, the editor gets the pasted content by executing the browser's paste command - 
editor.get_document().execCommand("Paste", null); 
This does not paste anything when browser's security setting "Allow Programmatic clipboard access" is disabled.
Won't Fix
Last Updated: 18 Feb 2016 13:31 by Dennis
Completed
Last Updated: 16 Jul 2015 07:54 by ADMIN
Completed
Last Updated: 24 Apr 2015 15:52 by ADMIN
Executing a cut command when Track Changes are enabled in RadEditor results in unexpected rearrangement of the content.