Hi, Make configuration wizards work even on high resolution screens with scaling. See attached screen shot. Regards, Patrik Johansson
I know that you have developed a RadBook, but only for Silverlight and WPF, which limits the visualization in devices in which it is not possible to install that plug-in or OS, so it would be good to have an HTML5 type control for ASP.NET UI with all the functionality of a Flip Book, and that the control can read a list of images, PDF, Office files, and other. Thank you.
RadCombobox with allowed custom text is transperant in Silk in Classic Render mode. Video: https://www.screencast.com/t/tgubeklglq Code to reproduce: <div style="width: 300px; background-color: red"> <h2>Allow custom text</h2> <telerik:RadComboBox RenderMode="Classic" ID="RadComboBox1" runat="server" Width="100%" AllowCustomText="true" Skin="Silk"> <Items> <telerik:RadComboBoxItem Text="RadComboBoxItem1" /> <telerik:RadComboBoxItem Text="RadComboBoxItem2" /> <telerik:RadComboBoxItem Text="RadComboBoxItem3" /> </Items> </telerik:RadComboBox> </div>
The RadFormDecorator decorated checkboxes in the Grid are hard to read when checked in the following skins: BlackMetroTouch, Bootstrap, Glow, Metro, MetroTouch, Office2010Black, Telerik, WebBlue Screenshot with Telerik Skin: https://www.screencast.com/t/1P2hyvWNX Steps to reproduce: 1. Open http://demos.telerik.com/aspnet-ajax/formdecorator/examples/formdecoratorandtelerikcontrols/defaultcs.aspx?skin=Telerik 2. Scroll to the Grid 3. Select one or all checkboxes Result: The selected color of the checkbox almost matches the background color
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.
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/
Client Export Manager Control Export to PDF feature should be improved 1] Exported PDF should be accessible as per Section 508 Compliance. current exported PDF is not readable to accessibility tools like JAWS and Dragon Natural specking tool. 2] Control should have properties to set the width and height of output pdf 3] Multiple page PDF feature should be available. 4] Page Header and Page Footer template should be included to the control.
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
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,
In Chrome and IE the clicking of the SELECT button for the uploads is kinda difficult when using MATERIAL skin. See the following video: https://www.screencast.com/t/VBe1zSss7c How-to fix the bug: 1. Create a CSS file named dialog.css 2. Put the following class in the dialog.css file: .RadUpload .ruFileInput { height: 50px !important; } 3. Set the DialogsCssFile property to point to the dialog.css file: <telerik:RadEditor ID="RadEditor1" Skin="Material" RenderMode="Lightweight" DialogsCssFile="~/dialog.css" runat="server"> <ImageManager ViewPaths="~/Images" UploadPaths="~/Images" /> </telerik:RadEditor> 4. Save the page. 5. Clear the browser cache and load the page in it. If needed reload the dialog contents 3-4 times to clear the cache -> right click and choose Reload frame from the Chrome context menu.
http://demos.telerik.com/aspnet-ajax/editor/examples/overview/defaultcs.aspx <table> <tbody> <tr> <td>test1</td> <td> <p>test2</p> </td> </tr> <tr> <td> </td> <td> </td> </tr> </tbody> </table> Expected: https://www.screencast.com/t/ttBoNadV Actual: https://www.screencast.com/t/0rovtQC8OW
There are two ways to avoid this: - Define a tab order on the entire page so all necessary controls will have their TabIndex attribute set - Remove the attribute from the menu with JS. Here follow a couple of examples. Using RenderMode="Lightweight" also may improve the situation if you do not use the NavigateUrl of the items, so <a> elements are not rendered. - Solution 1: Executes when the entire page has loaded function removeMenuTabIndex() { $telerik.$(".RadMenu[tabindex=0]").removeAttr("tabindex"); Sys.Application.remove_load(removeMenuTabIndex); } Sys.Application.add_load(removeMenuTabIndex); - Solution 2: Add just after the menu so it executes while the DOM is loading, perhaps this can facilitate screen reader compatibility <telerik:RadMenu runat="server" ID="rm1" RenderMode="Lightweight"> <Items> <telerik:RadMenuItem Text="first"></telerik:RadMenuItem> <telerik:RadMenuItem Text="second"></telerik:RadMenuItem> </Items> </telerik:RadMenu> <script> document.getElementById("<%=rm1.ClientID%>").removeAttribute("tabIndex"); </script>
I have attached an image which shows the required filter output. Left panel had filters and on right data is displayed. Do you guys have any tool which can give the required output. Rather me using multiple controls to achieve the required functionality.
When zoom is applied in IE browser and button coordinates are not an integer RadImageButton tries to convert them to an integer on the server on postback and fails. Workaround: <telerik:RadImageButton runat="server" ID="rib1" Width="50" Height="50" OnClick="rib1_Click" Image-Url="~/images/myImage.png"></telerik:RadImageButton> <script> Telerik.Web.UI.Button.ImageCoordsFunctionality.prototype._calculateCoords = function (e) { var container = this._ui.element; var pos = $telerik.getLocation(container); var scroll = $telerik.getScrollOffset(container, true); return new Telerik.Web.UI.Point(parseInt(e.clientX + scroll.x - pos.x), parseInt(e.clientY - pos.y + scroll.y)); } </script>
I'd like to use several masks in order to accept many phone numbers format. The component must accept phone numbers with these separators : "-", "/", "|" and space between figures. Here are some example of format that i mean: 1- xx-xx-xx-xx-xx 2- xx - xx - xx - xx - xx 3- xx.xx.xx.xx.xx 4- xx/xx/xx/xx/xx 5- xx / xx / xx / xx 6- xx|xx|xx|xx|xx 7- xx | xx | xx | xx Evidently, the component needs to accept figures only. Most of the time, the phone numbers are inserted by a copy-pasted