Telerik blogs
  • Web ASP.NET AJAX

    Browser Inconsistencies with Scrolling and Padding

    The other day I was researching a slight RadGrid header and data cell misalignment when using scrolling with static headers. Finally, it turned out that there is a breaking change in the way Firefox 3 treat scrollable elements with an applied padding style. To be more specific, this browser version does not include the padding zone into the scrollable area, and as a result, the inner area of the element becomes smaller. Safari 2 and 3 behave the same way. Here is a very simple testing scenario:   <div style="width:400px">      <div style="width:100px;padding-right:300px;background:orange;overflow:auto">          <div style="width:500px;height:100px;background:yellow">&nbsp;</div>      </div>  </div>      The above HTML code will be displayed by Firefox 3, Firefox 2, IE7, Opera 9 and Safari...
    May 27, 2021 1 min read
  • Productivity Reporting

    Export and Printing RadGridView using Telerik Reporting

    Hi everyone, by means of introduction my name is Martin Vassilev and I am a support officer with the Windows Forms team here at Telerik. As of late, we noticed increased interest towards RadGridView data export capabilities. What we have always told our customers is that the RadGridView will have only basic Microsoft Excel export capability, until we are able to implement a commercial grade format converter here at Telerik. However, that requires quite some time, and customers can’t wait right? What was needed was a quick, easy, stable way of exporting RadGridView content to formats such as RTF, PDF and...
    May 27, 2021 2 min read
  • Release

    RadControls for WPF CTP

    This week we are about to release a private CTP of RadControls for WPF. We will be sending the CTP build to all people who have previously requested WPF controls. If you still haven't requested WPF controls from our support or sales folks don't hesitate to drop them a line and we'll send you a build. If you're reading regularly the Telerik blogs may be you haven't missed Vassil's post about the Show Off videos which we prepared for MIX 08. In case you've watched carefully the "Telerik Resort Explorer" video you probably are asking yourself at least a couple of questions: 1) Oh my! Telerik will...
    April 16, 2008 2 min read