Telerik blogs

Latest

  • Web ASP.NET AJAX

    How To: Telerik RadGrid for ASP.NET AJAX client-side data-binding to WCF

    In continue to my previous posts related to RadGrid for ASP.NET AJAX client-side data-binding, I've created new example how to bind the grid to a WCF service: web.config service registration: <system.serviceModel>     <behaviors>         <serviceBehaviors>             <behavior name="ServiceBehavior">                  <serviceMetadata httpGetEnabled="true"/>                  <serviceDebug includeExceptionDetailInFaults="false"/>...
    September 16, 2008
  • Web ASP.NET AJAX

    Where is RadFormDecorator heading?

    If I had to summarize what the RadFormDecorator control is about in a single sentence, it would be: The RadFormDecorator aims to unload yet another task from the "regular Joe" developer by reducing the need for styling elements on the page. Enter RadControls Telerik RadControls provide a great deal of rich UI controls allowing a developer to build web-based applications that resemble the richness of a desktop application. The majority of controls provided in the suite do not have direct analogs provided by the browser - e.g. RadEditor, RadGrid, etc. There are also a number of controls that can be used to replace somewhat similar browser counterparts.  For...
    September 12, 2008
  • Web

    "Silverlight: Write and Win!" Contest

    Telerik became an exclusive sponsor of the "Write and Win" Contest organized by SilverlightShow.Net. "This contest aims to provoke people like you - geeks and fans, developers and designers, to show us what you've learned, what you've made, what you know. And all this will be shared with the community. Thus, we all make the Silverlight community stronger and active" states the official message at www.silverlightshow.net. The prizes that Telerik provides include: 1st - RadControls for ASP.NET AJAX + WinForms + Reporting Developer Subscription and Source Code License ($1,299 value). This is Telerik’s most comprehensive license and it includes a Gold Support Package, free product updates and new product releases for a period of...
    September 10, 2008
  • Web

    Silverlight Foundations: Hello, World!

    Silverlight is Microsoft's new platform for developing Rich Internet Applications. Instead of being constrained by the limitations of HTML, .NET developers can use their skills to create even more powerful applications in the browser than is possible with ASP.NET. But unless you've been living under a rock for the past year and a half, you already know that. What you might not know is how in the world to get started using this exciting new technology in your own projects. We have already released the RadControls for Silverlight 2 beta (which will be officially released alongside the release of Silverlight 2), and...
    September 10, 2008
  • Web

    How To: Telerik RadGrid Master/Detail client-side data-binding using LINQ to SQL and WebService

    I've made two Master/Detail demos using RadGrid for ASP.NET AJAX, LINQ to SQL and WebService client-side data-binding. The first example is a single grid with two hierarchical levels (Customers -> Orders) with enabled paging, sorting & filtering for the entire hierarchy: and the second demo is a classic Master/Detail with two grids: [Download]...
    September 09, 2008