• New Filtering Menu for RadGrid for ASP.NET AJAX

    Hi everyone,

    As of Q1 2010 RadGrid will be equipped with a new filtering menu – a powerful and flexible feature the interest in which was sparked by RadGrid’s MVC counterpart offered by Telerik. It will be a sub-part of RadGrid's header context menu and will allow for filtering the grid's data on two conditions related with a logical AND operator:

    Filter

    Perhaps, many of you are already eager to know how the new feature should be switched on/off. For this purpose a new property has been introduced into the RadGrid control -RadGrid.EnableHeaderContextFilterMenu/GridTableView.EnableHeaderContextFilterMenu. In addition, it is important ...

  • WPF / Silverlight: Integrating RadChart and RadContextMenu Controls

    One common request that we are receiving recently is how to integrate the RadChart and RadContextMenu controls so they play nicely together.

    A typical real-life scenario would probably require that each ChartItem should display different (context-specific) set of menu items. In order to address the increased interest in this functionality we decided to add a new integration example for the Q1 2010 release but for those of you that need something working right now, here is a quick overview of the required steps to add context-specific menu to Bar series items in RadChart (this can be applied to any series ...

  • Programmatic export to PDF from Silverlight application

    Ever wanted to export a Telerik report from a Silverlight application?

    This is easily accomplished by instantiating the ReportServiceClient class, which plays the role of a proxy to the Telerik Report Service. Use the RenderAsync method of the ReportServiceClient to specify that you want to render the report. This method invokes the respective method on the server (remember that it serves as proxy) that would return the rendered report. Check the code below for more details.

    Since we are using an asynchronous method and we do not know when the render would finish, we need to handle the RenderCompleted event. In the RenderCompleted event we get ...

  • How to video: Using Telerik Data Services Wizard Beta1 to build an Astoria service

    .NET Ninja in training, Peter Bahaa, once again returns to show us how to build a WCF .NET Data Service (aka Astoria) using Telerik OpenAccess entities and the Data Services Wizard beta 1.

    Telerik Data Service Wizard Beta1-Astoria from Stephen Forte on Vimeo.

     

    Technorati Tags: ,
  • Expression Blend for WinForms? We are almost there!

    As Q1 2010 is approaching we thought it would be a good idea to tell you where we are currently with our new Visual Style Builder (VSB) for Windows Forms. After several months of hard work we are almost done with an application, which may be easily described as Expression Blend, but for Windows Forms.

    The most important aspect of the new VSB is that it will decrease the amount of time needed to create or tweak themes from days to hours, and even minutes! We have considerably simplified the work flow to allow you to focus on more ...

  • How to video: Using Telerik Data Services Wizard Beta1 to build a WCF Endpoint

    .NET Ninja in training, Peter Bahaa, shows us how to build a WCF Endpoint using Telerik OpenAccess entities and the Data Services Wizard beta 1.

    Telerik Data Services Wizard Beta1-WCF from Stephen Forte on Vimeo.

    Technorati Tags: ,
  • Introduction to Prism with the RadControls for WPF (Webinar Resources)

    If you are interested in learning to use the Composite Application Guidance (better known as Prism), here are a few resources to get you started. Also, in case you missed it, you can watch the webinar associated with this blog entry here.
     

    Webinar Resources

    Download: Project & Powerpoint Slides
    This download contains the project I started with in the webinar along with the completed version. Also included are the powerpoint slides.
    Click Here to Download
     

    Prism Resources

    Download: Composite Application Guidance (Prism)
    Various resources related to Prism are available here including the download link.

    Prism Documentation: Composite ...
  • Empty data template in RadGridView for Silverlight (and WPF)

    One more RadGridView behavior frequently requested by our clients is to display a message when there are no records to display. A typical real life scenario would be a RadGridView displaying a list of search results. When there are no results found we would like to have a message like “No results found!” displayed in RadGridView.

     

    noresults

     

     

    If you download the project above , you will see that if you get the EmptyDataTemplateBehavior.cs into your project, setting the empty data template will be as easy as writing a few lines of XAML :

    <telerik...
  • Calculated column in RadGridView + math expressions

    When the data layer does not allow to perform calculations we often need to harness the UI.

    Here is a a simple case  - in our business object we have the Price and the Count properties. We will have RadGridView to calculate the Total  for us in a calculated column.

     

    calculated_column

     

    If you peek into the sample project you will notice we are using a pretty standard Silverlight approach :

    We bind the value of the calculated column with a Binding Converter :

    <telerik:GridViewDataColumn  
      Header="Total"  
      Background="Bisque"...
  • Live Demo of Telerik WebUI Test Studio this Thursday

    Join our weekly Live Demo of Telerik WebUI Test Studio on Thursday, Feb. 4th at 11AM EST! This is a short (~30min) webinar that provides an overview of the product and helps you get quickly started with Automated UI Testing for AJAX and Silverlight. Jump-start your evaluation and save time by having all your questions answered by the experts.

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. »