As of now RadEditor for SharePoint 2013 or sharepoint 2016 is not available, reason Telerik had provided for non-availablity of RadEditor for List Items as it is handled from client end is not acceptable, since many other component providers do support similar functions with their editors. the reason / use case iam looking for is becoz of need to handle clipboard manager in editor which is not available in Multiple line of text column type of an SharePoint 2013 list,
The Telerik Bootstrap skin looks like it is Bootstrap, but it is not. While it is easy to override a Bootstrap style to customize something, every time we do we end up on a support ticket to figure out how to make the same override in the skin. One common area this comes up is the form sizing. In Bootstrap, you can use a CSS class .form-group-sm to easily make the form controls smaller. (There are several other classes as well for controls and form groups.) The Telerik controls, like radCombobox or DatePicker do not honor this style, you need special Telerik CSS to get them to size. The Bootstrap skin should have CSS included in it that handles when the Bootstrap control size classes are used. That way when a Telerik control is placed in a div with .form-group-sm etc. it will automatically resize itself accordingly. ref: http://getbootstrap.com/css/#forms-control-sizes
Business Intelligence Dashboard to create flexible decision support solutions and deliver dashboard consoles that accurately inform executives and users throughout your organization. integrated Dashboard Designer like https://www.devexpress.com/Products/NET/Dashboard/
Additional white border added to the RadRibbonbar buttons in Windows7 skin. The problem is reproducible in Classic rendering. Steps to reproduce: 1. Open http://demos.telerik.com/aspnet-ajax/ribbonbar/examples/rendermodes/defaultcs.aspx?skin=Windows7 2. Switch to Classic rendering. Result: All buttons have white border.
Hi, Make configuration wizards work even on high resolution screens with scaling. See attached screen shot. Regards, Patrik Johansson
When the scripts are loaded through a script manager with enabled CDN and RadScriptManager.CombinedResource="Enabled", JS error will be thrown then the filtering button of the Grid is clicked. Code to reproduce the problem: <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> <CdnSettings TelerikCdn="Enabled" CombinedResource="Enabled" /> </telerik:RadScriptManager> <telerik:RadGrid ID="UserDetailsGrid" runat="server" AllowFilteringByColumn="true" OnNeedDataSource="UserDetailsGrid_NeedDataSource" EnableHeaderContextMenu="true" EnableHeaderContextFilterMenu="true"> </telerik:RadGrid> C#: protected void UserDetailsGrid_NeedDataSource(object sender, Telerik.Web.UI.GridNeedDataSourceEventArgs e) { var list = new[] { new { FirstName = "F1", LastName ="L1"}, new { FirstName = "F2", LastName ="L2"}, new { FirstName = "F3", LastName ="L3"}, new { FirstName = "F4", LastName ="L4"} }.ToList(); UserDetailsGrid.DataSource = list; }
The disabled items in RadMenu have wrong styles applied and look like enabled. WORKAROUND: .RadMenu .rmGroup a.rmLink.rmDisabled, .RadMenu .rmGroup a.rmLink.rmDisabled:hover { color: #677277; } .RadMenu .rmGroup a.rmLink.rmDisabled.rmFocused { box-shadow: inset 0 0 3px 1px; } Steps to reproduce: <telerik:RadMenu ID="RadMenu1" runat="server" RenderMode="Classic" Skin="Glow"> <Items> <telerik:RadMenuItem Text="Home" NavigateUrl="Default.aspx"> <Items> <telerik:RadMenuItem Text="Disabled" Enabled="false"></telerik:RadMenuItem> <telerik:RadMenuItem Text="Home row2"></telerik:RadMenuItem> <telerik:RadMenuItem Text="Home row3"></telerik:RadMenuItem> <telerik:RadMenuItem Text="Home row4"></telerik:RadMenuItem> </Items> </telerik:RadMenuItem> <telerik:RadMenuItem IsSeparator="true" /> <telerik:RadMenuItem Text="Grid Page" NavigateUrl="Grid.aspx" /> <telerik:RadMenuItem IsSeparator="true" /> <telerik:RadMenuItem Text="About" Enabled="false" /> <telerik:RadMenuItem IsSeparator="true" /> </Items> </telerik:RadMenu>
Please add support for JQuery 3.x to Telerik ASP.NET for AJAX. I am able to integrate Telerik into a nice Bootstrap dashboard, but the jquery versions are no compatible. Telerik is further behind on the jQuery version.
Load in IE this demo: http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx Enter in HTML mode - <p><a href="stm:b4f0c9ac-9a08-4c9f-8caf-39ccd4a83fc9" class="stm" contenteditable="false">Statement 111</a></p> Switch to Design mode Search for Statement with the Find and Replace dialog The dialog won't be able to locate and highlight the link
Would it be possible to make the RadProgressBar fully functional at design time ? Currently any property changes you make in design time do not show on a form that's in design view Being able to set height, width etc and have it show in design time would be very helpful Thanks
Lightweight stylesheets for Grid load background images from http://aspnet-skins.telerikstatic.com/ajaxz/2017.2.711/Telerik/Grid/sprite.png;
RadGrid's footer has wrong color in Metro skin - black text over black background. The problem is specific for Classic render mode.
I am seeing a strange problem when opening LinkManager dialog from RadEditor. The width of the dialog keeps decreasing on successive opening of the dialog. Sample page code to reproduce this is given below. You can see a video of this issue at think URL : https://goo.gl/UuPwtA Sample page code (code-behind is empty) <%@ Page Language="C#" AutoEventWireup="true"%> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <telerik:RadStyleSheetManager ID="RadStyleSheetManager1" runat="server" /> </head> <body> <form id="form1" runat="server"> <telerik:RadScriptManager ID="RadScriptManager1" runat="server"> </telerik:RadScriptManager> <div> <telerik:RadEditor ID="RadEditor1" runat="server" ToolbarMode="Default" RenderMode="Lightweight" Skin="Metro"></telerik:RadEditor> </div> </form> </body> </html> Reproducible in every browser.
Some of the Red controls can be used for server side only (no UI). I typically use RadGrid to perform something that it is good at (grouping and arranging data) then export it to Excel. So if the UI is actually and output file this can be very handy, why have a web interface if you are actually created a report of some kind. You had a Reporting tool kit, but times have moved on to Self Service and PowerBI type tools. It just seems that you have a lot of code in DLL that could be repurposed for process pipelines, not for a web interface, tho the final results could be reused there.
We are current experiencing a whitescreen with Telerik UI Controls for asp.net Ajax in chrome browser when the zoom level is less than 100. We observed a white screen instead of the rendered controls within main content area of our masterpage. The masterpage has several sections, header, left, mainconten, right and footer sections all divided by RadSplitter/RadPane controls. I attached a sample solution and screenshots of the observed issue. Step to Reproduce: - Open solution in Visual Studio - Run choosing Chrome Browser - Resize browser to 90% - Reload the page Expected Page is rendered Observed White screen in the main content area See attached screenshots
Misspelled words in the TileList's Configuration wizard in Visual Studio: https://www.screencast.com/t/VmdVK11Q1nLi
It would be great to be able to use the MultiSelect control that is available in all the other UI controls suites. This controls allows a selection behavior and rendering customization that none of the current controls in UI for ASP.NET AJAX offers.
https://www.telerik.com/support/kb/aspnet-ajax/details/cannot-scroll-telerik-control-in-ios-11.3---the-page-scrolls-instead