Telerik blogs

Latest

  • Release

    CTP before the official release of Telerik's charts, gauges and scheduler for WPF

    As the official Q3 release approaches, we decided to launch a preview of our controls that will officially become a part of the "RadControls for WPF" bundle. These are our RadGauge, RadChart and RadScheduler controls. We have been continuously working on these during the last several months to improve and further advance the controls to let you build complete Line-Of-Business applications with our full range of controls for WPF. With the wide variety of LOB controls and the consistent skins these controls provide, we aim at easing the process of building a complete and flexible UI of desktop applications. You can check...
    May 27, 2021 2 min read
  • Release

    Introducing grid client-side editing support with Q3 2008

    With our upcoming version of RadControls for ASP.NET AJAX (early November) you will be able to bind our grid even if the grid is in edit mode. RadGrid will locate automatically all built-in column editors (GridNumericColumn, GridDropDownColumn, GridDateTimeColumn, etc.) and you can get old/new values directly from the grid client-side API. You can use client-side editing completely codeless with templates as well. The requirement here is to set ID for the control to be equal to desired data field. Example: <telerik:GridTemplateColumn HeaderText="CompanyName"> <EditItemTemplate>    <telerik:RadTextBox ID="CompanyName" runat="server" /> </EditItemTemplate> </telerik:GridTemplateColumn> We have introduced also three new client-side methods for GridTableView to get new...
    May 27, 2021 1 min read
  • Release

    .NET Gets a Facelift

    No, Microsoft hasn't announced any special changes to the framework. Instead, one of the first news items out of PDC (before the conference has even started, no less) is that they'll be changing the .NET branding.
    May 27, 2021 1 min read
  • Release

    Introducing the RadInputManager control for ASP.NET AJAX

    Last week the ASP.NET team released a Beta of Q3 2008 for RadControls ASP.NET AJAX.  You can download it from http://www.telerik.com/community/forums/thread/b311D-bgmcha.aspx  , and run examples built with it on the online samples page here http://demos.telerik.com/aspnet-ajax-beta/Controls/Examples/Default/DefaultCS.aspx.  The Q3 2008 will be shipped with a new server control - RadInputManager. The RadInputManager offers an easy and intuitive way to extend a standard ASP.NET TextBox. Sometimes web apps will contain, for whatever reason, a large number of Input controls that can significantly impact the page performance. A great solution in these cases is to use RadInputManager. The big benefit with this control is that it...
    October 20, 2008 2 min read
  • Release

    Telerik.Charting in RadControls for ASP.NET AJAX Q3 2008

    There is no Telerik.Charting.dll anymore. It is now merged into Telerik.Web.UI. You will no more have to worry about its version and its registration in Web.config or replacing it in GAC when new version is out. Here are the steps you need to take when upgrading your applications from RadControls for ASP.NET AJAX version prior to Q3 2008 to RadControls for ASP.NET AJAX Q3 2008 and later: · If you have Telerik.Charting installed in GAC (this used to be the default RadControls installer action) replace the following Register directive <% Register Assembly="Telerik.Charting, Version=2.0.5.0, Culture=neutral, PublicKeyToken=d14f3dcc8e3e8763" Namespace="Telerik.Charting" TagPrefix="telerik" %>   with this one: <%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Charting" TagPrefix="telerik" %> You will also need to remove...
    May 27, 2021 2 min read