Telerik blogs
  • Release

    Introducing RadDataForm for Windows Phone

    Almost each Windows Phone app implements scenarios in which user input is gathered. These scenarios include designing and implementing Pages with editor controls positioned in a layout panel (mostly stack layouts) with labels above them to describe their purpose and buttons at the end of the page to confirm the input. The validation logic, as well as the synchronization between editors and the properties of the edited object is mostly done manually by handling events, checking input values and setting target properties. Here are a couple of screenshots from our Tasks app demonstrating similar scenarios:   The ‘Edit Task’ and ‘Edit Project’...
    May 27, 2021 3 min read
  • Web ASP.NET AJAX

    How to set a custom height for RadButton and RadFormDecorated buttons in ASP.NET AJAX

    Lately we’ve been receiving one question quite often - is it possible to increase the RadButton and / or RadFormDecorator’s button default height. Usually people are trying to set the needed value to the Height property: <telerik:RadFormDecorator runat="server" DecoratedControls="All" /> <asp:Button runat="server" Text="RadForm Button" Height="40" /> <telerik:RadButton runat="server" Text="RadButton" Height="40"> </telerik:RadButton>   But the result is not pretty:      By default the RadButton as well as ASP Buttons and inputs of type=”button” decorated by the RadFormDecorator are visually built with sprite images that apply a specific gradient to the element. The sprite image has a specific height, which means you cannot just change the button’s height property because the sprite image will be either cut off or...
    May 27, 2021 3 min read
  • Web ASP.NET AJAX

    RadFormDecorator – New Styling Options for WebKit Browsers

    I am happy to announce that with Q3.2009 SP1 we have added a new important styling option for the scrollbars of textboxes and overflown <div /> elements for Apple Safari and Google Chrome: If you are running a custom skin and would like to use the new functionality, here are a few easy steps to upgrade: 1. Make sure that you are using Q3.2009 SP1 (2009.3.1208.35). 2. Open [RadControlsInstallationRoot]/Skins/FormDecorator.css – the base stylesheet of RadFormDecorator and go to line (Ctrl + G) 612, i.e. where the "ScrollBar CSS Settings for WebKit" code comment is. 3. Copy the CSS rules from line 612 to the...
    May 27, 2021 2 min read
  • People Accessibility

    RadFormDecorator –Skinned Radio Buttons, Checkboxes, Focus Dots and Accessibility

    The sole purpose of this blog post is to answer to frequently asked questions concerning the support of the visual clues (focus dots) of the checkboxes and radio buttons styled with RadFormDecorator. The focus dots that appear upon tabbing on a clickable HTML element (a, input, button, checkbox, radiobutton, etc) is a visual clue showing that the element is accessible via the keyboard or other device facilitating its manipulation. Unfortunately, browsers differ in the support of focus dots. According to the accessibility specifications, a checkbox or radio button has to be associated with a label tag, in order to make the clickable area of the...
    May 27, 2021 2 min read
  • Desktop WinForms

    Why did Telerik enter the Windows Forms market for UI components?

    It’s an interesting question that I got from a customer at a conference recently. He was wondering why we entered the Windows Forms space when we were a few years late compared to the other vendors and WPF was knocking on the door.  There were a couple of reasons – we have a passion at Telerik to bring controls to Microsoft developers on whatever platform they are developing on. Also at the time we wanted to take the challenge to create desktop UI components where there was no market for WPF. WPF technology was changing from release to release which lead...
    May 27, 2021 3 min read