Declined
Last Updated: 20 May 2016 07:50 by ADMIN
Created by: Sundeep
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Drag and drop functionality works great. But when i drag and drop email from outlook into kendo upload control, it was unable to read it. Any solution? appreciate your help. 

Thanks,
Sundeep.
Declined
Last Updated: 27 Jan 2016 14:49 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
2
Improve web parts rendering in Editor
Declined
Last Updated: 26 Nov 2015 12:23 by Elena
Issue: Export to Excel Functionality developed using Telerik Grid doesnt work in IE 11 browser.

In one my applications the Export to excel Functionality is not working in IE 11. When the export to Excel Functionality is button is clicked , it gives a blank excel workbook without any data in IE 11 browser where as this works fine in IE 8 browser. I have attached the document with screenshots.

Code snippets:

  //Start- script to enable controls after export to excel
    if (typeof (_spBodyOnLoadFunctionNames) != 'undefined' && _spBodyOnLoadFunctionNames != null) {
        _spBodyOnLoadFunctionNames.push("supressSubmitWraper");
    }
    function supressSubmitWraper() {
        _spSuppressFormOnSubmitWrapper = true;
    }
    //End- script to enable controls after export to excel

    function click_handlerConsumptionReport() {
        theForm.__EVENTTARGET.value = '__Page';
        theForm.__EVENTARGUMENT.value = 'Export';
        theForm.submit();
        theForm.__EVENTARGUMENT.value = '';
    }



Declined
Last Updated: 26 Nov 2015 09:56 by ADMIN
Declined
Last Updated: 12 Nov 2015 12:34 by ADMIN
Created by: DNN Support
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
Brief Description of Issue: If you try to put HTML comments into the HTML view of an HTML module using the default rich text editor you will find that the comments are visible when you save the content.

Clear Steps to Reproduce:
Install DotNetNuke 7.0.2
Login with admin/host
Edit an HTML module
Switch to the HTML view of the editor
put <!--Test-->
Save
View the page and you will see <!--Test-->
Expected Result:
The comment should be just that, a COMMENT, not visible to the browser unless you were viewing the source of the page.
Declined
Last Updated: 30 Oct 2015 15:09 by ADMIN
Created by: Bheem
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
1
We are currently using v2010 of telerik.web.ui dll in our production environments and planning to move to 2015 very soon. Upon updating in our staging environments we are seeing a massive difference in dll size between the 2 versions. Also the webresource.axd(javascript) in the new version is 1.14MB in size which may cause some performance issues. My question is:

1. Is there a way to reduce this size or do per-need basis loading?
2. Can we refer telerik js files in our master page so that they are not loaded all the time? If so, please let us know how.
Declined
Last Updated: 30 Oct 2015 12:29 by ADMIN
Created by: Onuma
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
We're using Telerik.ReportViewer.WebForms.ReportViewer for exporting to another files format but only exported to excel file I got error message below.

please help to advise for this error.

Server Error in '/' Application.
Attempting to get range {22,19}{10,3},Merged=False,Parent=printPackingList2[0], that intersects with an already merged range.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.InvalidOperationException: Attempting to get range {22,19}{10,3},Merged=False,Parent=printPackingList2[0], that intersects with an already merged range.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace: 

 [InvalidOperationException: Attempting to get range {22,19}{10,3},Merged=False,Parent=printPackingList2[0], that intersects with an already merged range.]
   Telerik.Reporting.Excel97.Worksheet.GetRange(Int32 col, Int32 row, Int32 colSpan, Int32 rowSpan) +186
   Telerik.Reporting.ExcelRendering.Excel97.Worksheet.Telerik.Reporting.ExcelRendering.IWorksheet.GetRange(Int32 col, Int32 row, Int32 colSpan, Int32 rowSpan) +73
   Telerik.Reporting.ExcelRendering.RenderingItem.GetRange(IWorksheet worksheet, TableLayoutInfo layoutInfo) +381
   Telerik.Reporting.ExcelRendering.RenderingItem.Render(IWorksheet worksheet, TableLayoutInfo layoutInfo) +78
   Telerik.Reporting.ExcelRendering.RenderingItemContainer.RenderInternal(IWorksheet worksheet, TableLayoutInfo layoutInfo) +141
   Telerik.Reporting.ExcelRendering.Section.RenderInternal(IWorksheet worksheet, TableLayoutInfo layoutInfo) +62
   Telerik.Reporting.ExcelRendering.RenderingItem.Render(IWorksheet worksheet, TableLayoutInfo layoutInfo) +638
   Telerik.Reporting.ExcelRendering.RenderingItemContainer.RenderInternal(IWorksheet worksheet, TableLayoutInfo layoutInfo) +141
   Telerik.Reporting.ExcelRendering.Report.RenderInternal(IWorksheet worksheet, TableLayoutInfo layoutInfo) +786
   Telerik.Reporting.ExcelRendering.RenderingItem.Render(IWorksheet worksheet, TableLayoutInfo layoutInfo) +638
   Telerik.Reporting.ExcelRendering.Report.Render(IWorkbook workbook) +373
   Telerik.Reporting.ExcelRendering.Excel97.ExcelReport.Telerik.Reporting.Processing.IRenderingExtension.Render(Report report, Hashtable renderingContext, Hashtable deviceInfo, CreateStream createStreamCallback, EvaluateHeaderFooterExpressions evalHeaderFooterCallback) +184
   Telerik.Reporting.Processing.ReportProcessor.RenderCore(ExtensionInfo extensionInfo, IList`1 reports, Hashtable deviceInfo, IRenderingContext renderingContext, CreateStream createStreamCallback) +1386
   Telerik.Reporting.Processing.ReportProcessor.RenderCore(String format, IList`1 reports, Hashtable deviceInfo, IRenderingContext renderingContext, CreateStream createStreamCallback) +103
   Telerik.ReportViewer.WebForms.ReportExportOperation.RenderReport(String format, IList`1 processingReports, Hashtable deviceInfo, IRenderingContext renderingContext) +259
   Telerik.ReportViewer.WebForms.ReportRenderOperation.PerformOperationOverride() +340
   Telerik.ReportViewer.WebForms.HandlerOperation.PerformOperation(HttpContext context, ICacheManager cacheManager) +74
   Telerik.ReportViewer.WebForms.BasicHandler.ProcessRequest(HttpContext context) +276
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
Declined
Last Updated: 02 Oct 2015 20:27 by ADMIN
Declined
Last Updated: 02 Oct 2015 15:10 by ADMIN
The links in Preview mode should not be opened at all or at least opened automatically in a new window, so that user could preserve its content.

Possible resolution is to invoke the setTargetsForPreview method on the OnClientLoad event of the editor:

<telerik:RadEditor runat="server" ID="RadEditor1"
	 EditModes="Preview" OnClientLoad="OnClientLoad">
	<Content>
		<a href="http://www.telerik.com">Link</a>
	</Content>
</telerik:RadEditor>

<script type="text/javascript">
	function OnClientLoad(editor, args) {
		Telerik.Web.UI.Editor.Utils.setTargetsForPreview(editor);
	}
</script>
Declined
Last Updated: 25 Sep 2015 11:53 by ADMIN
ADMIN
Created by: Konstantin Dikov
Comments: 0
Category: UI for ASP.NET AJAX
Type: Feature Request
0

			
Declined
Last Updated: 24 Sep 2015 12:42 by ADMIN
ADMIN
Created by: Joana
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
http://demos.telerik.com/aspnet-ajax/editor/mobile-examples/overview/default.aspx

Error: Uncaught TypeError: Cannot read property 'Polling' of undefined
Declined
Last Updated: 18 Aug 2015 15:47 by ADMIN
ADMIN
Created by: Ianko
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0
Enabling Fluid behavior of RadEditor (Width="100%") causes the tools not to collapse with a smaller view-port. Also, there are some further visual glitches with the toolbar.

Solution 1: Add a CSS rule to expand the height of the tool-groups automatically.

    .<SkinName>.reToolbar {
                height:auto !important;
    }

Solution 2: Enable Lightweight rendering (or Auto).

    <telerik:RadEditor ID="RadEditor1" Skin="Silk" RenderMode="Lightweight" runat="server" Width="100%" >
    </telerik:RadEditor>

Declined
Last Updated: 13 Aug 2015 08:32 by ADMIN
It is design limitation. The format is not not applied because the context menu is single for all columns, but each column can have different format. The DateInput inside the filter menu can not have multiple formats at the same time.
Declined
Last Updated: 11 Aug 2015 10:39 by ADMIN
Created by: Robert
Comments: 1
Category: UI for ASP.NET AJAX
Type: Feature Request
0
A rad calculator picker for asp.net textboxes similar to what you have in Silverlight.
Declined
Last Updated: 10 Aug 2015 14:38 by Michele
Created by: Michele
Comments: 2
Category: UI for ASP.NET AJAX
Type: Bug Report
0
In Visual Studio 2015 Pro justmock generates this error error MSB6006: "vbc.exe" To function properly you need to uninstall VS2015 justmock.

Bye
Declined
Last Updated: 10 Aug 2015 07:17 by ADMIN
GridDragDropColumn cannot be dragged when added to a dynamically created Grid. The issue can be reproduced with the following code:

    override protected void OnInit(EventArgs e)
    {
        RadGrid gr = new RadGrid();
        gr.ID = "testGrid";
        gr.AutoGenerateColumns = false;
        gr.NeedDataSource += gr_NeedDataSource;
        GridDragDropColumn columnDrag = new Telerik.Web.UI.GridDragDropColumn();
        columnDrag.HeaderStyle.Width = Unit.Pixel(40);
        columnDrag.HeaderText = "Drag";
        fileExplorer.Grid.Columns.Add(columnDrag);
        //gr.MasterTableView.Columns.Add(columnDrag);
        
        gr.ClientSettings.AllowRowsDragDrop = true;
        gr.ClientSettings.Selecting.AllowRowSelect = true;
        Page.Controls.Add(gr);
    }
Declined
Last Updated: 04 Aug 2015 10:18 by ADMIN
as you know we purchased DevCraft Complete and it is really hard to download everything file by file.

I really wish if you have one magic button which when i click it it will download the entire files for all DevCraft Complete updates for ajax, kendu, reporting etc
Declined
Last Updated: 14 Jul 2015 13:56 by ADMIN
ADMIN
Created by: Rumen
Comments: 1
Category: UI for ASP.NET AJAX
Type: Bug Report
0

			
Declined
Last Updated: 24 Apr 2015 13:37 by ADMIN
It was bug in the Firefox, and now works as expected. Here is markup for testing:
<script runat="server">  
    protected void RadTextBox1_TextChanged(object sender, EventArgs e)
    {
        newText.Text = RadTextBox1.Text;
    }  
</script>
<asp:Label runat="server" ID="newText"></asp:Label>
<telerik:RadTextBox runat="server" ID="RadTextBox1" AutoPostBack="true" OnTextChanged="RadTextBox1_TextChanged"></telerik:RadTextBox>
<asp:Button Text="submit" runat="server" />