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.
Would be nice to have a single sign on control (eg like http://www.gigya.com/) What this means is that you can sign on/sign up with any social login. Would like this to work well with ajax controls and KendoUI This sign on is megga important on mobile, but good for conversions on standard laptop or HD websites.
Please add "bootstrap" to drop down list of available skins to base a NEW skin on from style builder. I wish to make some color changes (blue to red) but require all the css and image files. Thanks.