Telerik blogs

Latest

  • Web ASP.NET AJAX

    RadControls and ASP.NET Dynamic Data

    UPDATE: You can download the latest Dynamic Data bits from here. ASP.NET Dynamic Data I am thrilled to announce that there is a new drop available for the ASP.NET Dynamic Data. You don’t know what the heck that is? It is the upcoming technology from the ASP.NET team which is designed to help you build web sites faster. Go check the following links immediately: http://weblogs.asp.net/scottgu/archive/2008/04/10/asp-net-dynamic-data-preview-available.aspx http://sessions.visitmix.com/?selectedSearch=T24 http://blogs.msdn.com/davidebb/archive/2008/03/06/dynamic-data-at-mix-and-upcoming-changes.aspx http://davidebbo.members.winisp.net/screencasts/dbimage.wmv http://www.hanselman.com/blog/PuttingASPNETDynamicDataIntoContext.aspx Points of extensibility One of the key features of ASP.NET Dynamic Data are the DynamicField and his buddy the FieldTemplateUserControl.  DynamicFields represent the field of your objects. The FieldTemplateUserControl displays and edits the corresponding DynamicField – integer, decimal, date time...
    April 14, 2008
  • Web ASP.NET AJAX

    RadChart: Auto Text-wrapping

    Hello, With the Q1 2008 release date closing-in fast, I'd like to present to you yet another big improvement that will be introduced in the new version of RadChart -- automatic text-wrapping support. So what's it all about?  RadChart introduces automatic Notepad-like word-wrapping functionality for the following text elements: Chart Title Chart Legend Item Labels Axis Item Labels Axis Labels MarkedZone Labels EmptySeriesMessage Label DataTable-related text elements Automatic text-wrapping will be disabled by default but the chart control provides fine-grained API that allows you to enable wrapping for all elements, or alternatively on individual element basis. Here are a few screenshots that demonstrate the rich customization options provided for text-wrapping (also this is a sneak preview of some...
    April 11, 2008
  • Web ASP.NET AJAX

    Prometheus Futures and... new RadFormDecorator :)

    Did you know that we just released our Prometheus Futures build? And what exactly a Futures build means? It is nothing less than a preview build for the 2008 Q1 RadControls suite release coming in April! We keep adding new controls to the Prometheus suite to get it ready for its official premiere. Three long-awaited RadControls Classic controls were ported to the suite -  RadToolbar, RadPanelbar, RadTabstrip, thus bringing the total number of Prometheus controls to twenty-two. The Prometheus suite is more than a suite of controls. It is built on top of MS AJAX, and offers a common client-side framework that allows for small overall client-side footprint,...
    March 28, 2008
  • Web ASP.NET AJAX

    RadChart: AutoLayout

    Hello, We have been quite busy lately here in the Charting Labs and I would like to draw your attention on another slick feature we are adding to the Charting toolset -- RadChart AutoLayout. The AutoLayout functionality instructs the control to perform out-of-the-box layout arrangement that provides optimal utilization of the whole chart area and ensures that all chart elements are fully readable and do not overlap with one another. Here are a few samples that illustrate the described functionality: AutoLayout calculates the necessary space for all elements so they are fully readable and not clipped (notice the axis item labels --...
    March 12, 2008
  • Web

    How fast is your ASP.NET DataGrid?

    I'm pleased to announce that the upcoming version (Q1 2008) of RadGrid for ASP.NET AJAX (3.5 build) will be extremely  fast. Now the grid can handle for you millions of records in few milliseconds. Small running example can be found here.