Hi Telerik Support Team, This is suggestion,can find only one viewer to view all type files,pls look http://groupdocs.com/apps/viewer/live-demo,this viewer first generate png and js file using pdf2json.exe and mudra.exe form pdf file. So at first other than pdf file using Aspose dll convert into pdf file,and then generate png and js file form converted pdf. Currently we did above way to view all types of file in viewer,so if in teleriik control ,it look more attractive way,like how ordinary button differe telerik button. It just request/suggestion only,so not possible pls ignore it. And compare 2 files interface possible in telerik control,in Notepad++ can do compare 2 files,it give different result .
Creating a complex list nesting, sometime includes creating empty parent list item to include entire sub lists. In Chrome, Firefox and Opera pressing backspace in such items causes incorrect behavior and formatting. This is actually a browser behavior, and it stems from the deletion of the BR tag inside the parent lists. Under IE, this is handled by native DOM operation that removes the entire parent list item and attaching its sub child's to the previous available one.
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); }
Removing the vertical scrolling of the source code container will make the code much easier for reading, both for desktop and mobile devices.
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
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
Currently the lightweight rendering of RibbonBar used in RadEditor with lightweight rendering leads to visual issues.