Telerik blogs

Latest

  • Release

    Dude, where are my controls?

    Hi all, First of all let me introduce myself. My name is Rosen Konstantinov and I’m a developer at one of Telerik’s ASP.NET teams. A few days ago, while working on updating our Prometheus RadAjaxManager’s design-time property builder for Microsoft’s VS2008, I came across something strange.  Some of you know that RadAjaxManager’s property builder lets you choose which of the control(s) on the design surface should be updated during an AJAX call.  This is done by iterating over the controls collection and populating two TreeView controls.  Properties Builder in VS2008 However, if placed inside the MasterPage’s ContentPlaceHolder, controls are not visible...
    February 27, 2008
  • Release

    New Telerik Reporting case studies

    I am happy to note that there are two new Telerik Reporting case studies added to the website. The fellows from Kangarooware, LLS and Wil-Trans were very kind to send us their impressions on working with Telerik Reporting. Kangarooware www.surplusims.com Kangarooware was founded in June of 2006 by John A. Fuqua, former Chief Technology Officer of Go Figure, Inc. (World's Largest Membership Management Software Company) in quest for delivering enterprise quality software and technology services to small and medium business. They needed to design an application that gives management greater visibility of neglected valuable inventory resulting in cost savings “We chose Telerik Reporting based on its simplicity, ease...
    February 27, 2008
  • Web

    Web Resources demystified: Part 1

    Every now and then I see people asking one of the following questions: “What is a web resource?” “Why is my page sprinkled with links to webresource.axd?” “Why are my JavaScript and CSS files not cached?!” “Why do all requests to webresource.axd fail with 404 or 500?” I will try to answer them in a series of blog posts. I will also give some details what web resources are, how they work and what are they good for. Web Resources 101 Web Resources are files which are embedded in an assembly. The WebResource.axd HTTP handler loads them and serves them to the browser. Web Resources were introduced in ASP.NET 2.0....
    February 27, 2008
  • Desktop WinForms WPF

    Have a safe trip from WinForms to WPF

    We have received several requests so far by customers who one way or another ask for the same thing: "Can you make your WPF controls in such a way that later when I convert my WinForms application (which use your WinForms controls) to WPF I wouldn't need to deal with different APIs and inconsistencies?".   In general, this could be achieved if we had: the same feature set in these two product lines the same API for our WinForms controls and WPF controls The first point is feasible and we'll do our best to do it.   The second, however, is something we probably won’t do....
    February 20, 2008
  • Web ASP.NET AJAX

    Squeezing the last millisecond from the page load time

    Hi, my name is Erjan Gavalji. I am a developer in the ASP.NET division at Telerik. I am new to blogging, but I hope the topics I present will be of a real use. RadControls for ASP.NET provide rich client-side functionality and nice look trough a number of external files - JavaScript code and CSS definitions. Those resources are registered through <script> or <link> tags and are downloaded by the browser. Part of the client-side code in RadControls “Prometheus” is shared between all controls. It is contained in a different file to prevent downloading it multiple times when several controls coexist in a...
    February 14, 2008
  • 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...
    February 12, 2008
  • Release

    RadListBox & RadComboBox for WinForms get a performance boost in Q3 2007 SP1

    Last Friday we announced the availability of the first service pack of RadControls for WinForms Q3 2007. As always, the service pack fixes many issues that have been reported to Telerik since the Q3 2007 release in December.
    February 11, 2008
  • Release

    New online resources for the past two weeks (01/21/2008 - 02/01/2008)

    Below is a summary of the new online resources available for our ASP.NET/WinForms controls:  ASP.NET RadAjax Prometheus Help topics Error handling for Ajax requests: http://www.telerik.com/help/radcontrols/prometheus/?ajxErrorHandling.html Controls not compatible with RadAjax Prometheus: http://www.telerik.com/help/radcontrols/prometheus/?ajxControlsNotCompatible.html RadTreeView Prometheus Code library entries Populating RadTreeNodes on demand via WCF Service: http://www.telerik.com/community/code-library/submission/b311D-bcaeek.aspx 
    February 08, 2008
  • Productivity Debugging

    Bug-tracker conversion tool: Gemini -> TFS

    Our migration to Team Foundation Server started a couple of months ago with the Source Control adoption. Another step that we performed was to transfer our Countersoft's Gemini bug-tracker projects to TFS Issue Tracking System. I've been searching around for a tool that would perform the job automagically ;-) and found nothing but other inquiries on the subject without answers. So, I'm posting the code, which helped us migrate our projects. Hopefully someone else can benefit from it too and I can save some of your time up.   Well, there is no rocket science here, but the code, ...
    February 05, 2008
  • Web ASP.NET AJAX

    Standard Compliant RadInput With No Tables

    By popular demand, some Telerik web controls such as RadInput behave like inline-block elements, i.e. they do not force new lines on the page and at the same time, they obey width, height and other block-level-specific CSS properties. In addition, RadInput supports a scenario in which several HTML elements (Label, TextBox and a Button) occupy a preset amount of space, without calculating and changing these elements' widths with Javascript on the client. Unfortunately, all these requirements cannot be met with the current browser CSS support and CSS specification. That's why some of the features and functionalities are implemented at the cost of compromising web standards - we use some...
    February 05, 2008